From 45227429ed3d0d6aa1246aab6b0e846c7ee12ec3 Mon Sep 17 00:00:00 2001 From: shocknet-justin <34176400+shocknet-justin@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:14:32 -0400 Subject: [PATCH] clarify types --- 69.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/69.md b/69.md index 4676e831..97827c7d 100644 --- a/69.md +++ b/69.md @@ -24,9 +24,9 @@ The static payment code is a bech32 (per [NIP-19](19.md)) encoded string prefixe - `1`: The relay URL where the receiving service subscribes to payment requests. - `2`: The offer identifying string. - `3`: A flag indicating the pricing type: - - `0`: Fixed price - - `1`: Variable price - - `2`: Spontaneous payment (payer specifies the amount) + - `0`: Fixed price (Price stated in 4 will not change) + - `1`: Variable price (Price must be calculated and will be reflected in the invoice) + - `2`: Spontaneous payment (Payer specifies the amount in request payload) - `4`: The price in sats (optional for display purposes). If neither the price nor the pricing type flag is present, the sender may assume it is a spontaneous payment offer.