Added payment:lightning:operator=<operator> and adjusted tag formatting.

Nathan Day 2025-11-11 13:22:55 +00:00
parent 46f4ea9085
commit 5fd51f3c44

@ -66,19 +66,22 @@ Each submission will contain information about the source of the data, so that t
The following tags drive the behavior of our apps, so please be as specific as you can when tagging. The following tags drive the behavior of our apps, so please be as specific as you can when tagging.
> currency:XBT **The only _required_ tag is `currency:XBT`.**
>
> payment:lightning `currency:XBT`
>
> payment:lightning_contactless `payment:lightning`
>
> payment:onchain `payment:lightning_contactless`
>
> check_date:currency:XBT `payment:onchain`
>
> check_date ` check_date:currency:XBT`
`check_date`
`payment:lightning:operator=<operator>`
The only _required_ tag is `currency:XBT`.
### Examples ### Examples
@ -98,6 +101,9 @@ The only _required_ tag is `currency:XBT`.
`payment:lightning_contactless=no` - This indicates that NFC Lightning payments **are not** accepted. `payment:lightning_contactless=no` - This indicates that NFC Lightning payments **are not** accepted.
`payment:lightning:operator=square` - To be applied for Square [Imports](https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Pending-Places).
`check_date:currency:XBT=yyyy-mm-dd` - This indicates the date when Bitcoin tags were checked/verified ([for more information](https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Verifying-Existing-Merchants)). Please use the correct ISO date format as shown. `check_date:currency:XBT=yyyy-mm-dd` - This indicates the date when Bitcoin tags were checked/verified ([for more information](https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Verifying-Existing-Merchants)). Please use the correct ISO date format as shown.
`check_date=yyyy-mm-dd` - This indicates the date when all present tags were verified using local knowledge or extrapolation (for example, information obtained from the company's website). Please use the correct ISO date format as shown. `check_date=yyyy-mm-dd` - This indicates the date when all present tags were verified using local knowledge or extrapolation (for example, information obtained from the company's website). Please use the correct ISO date format as shown.