fiat reference

This commit is contained in:
shocknet-justin 2024-09-08 15:05:19 -04:00
parent 05cce5f2e8
commit 8c5cf20b1f

2
69.md
View File

@ -25,7 +25,7 @@ The static payment code is a bech32 (per [NIP-19](19.md)) encoded string prefixe
- `2`: The offer identifying string. - `2`: The offer identifying string.
- `3`: A flag indicating the pricing type: - `3`: A flag indicating the pricing type:
- `0`: Fixed price (Price stated in 4 will not change) - `0`: Fixed price (Price stated in 4 will not change)
- `1`: Variable price (Price must be calculated and will be reflected in the invoice) - `1`: Variable price (Price must be calculated and will be reflected in the invoice, useful for products priced in fiat)
- `2`: Spontaneous payment (Payer specifies the amount in request payload) - `2`: Spontaneous payment (Payer specifies the amount in request payload)
- `4`: The price in sats (optional for display purposes). - `4`: The price in sats (optional for display purposes).