rfc 6570 callback templates and callback bearer tokens

This commit is contained in:
Mothana 2025-07-13 21:17:21 +04:00
parent 144de45075
commit 8005b2a3ff
16 changed files with 222 additions and 84 deletions

View file

@ -1021,6 +1021,8 @@ The nostr server will send back a message response, and inside the body there wi
- __payer_data__: _[PayerData](#PayerData)_ *this field is optional
- __payer_identifier__: _string_
- __receiver_identifier__: _string_
- __rejectUnauthorized__: _boolean_ *this field is optional
- __token__: _string_ *this field is optional
### AddAppUserRequest
- __balance__: _number_
@ -1383,12 +1385,16 @@ The nostr server will send back a message response, and inside the body there wi
### OfferConfig
- __callback_url__: _string_
- __createdAtUnix__: _number_
- __default_offer__: _boolean_
- __expected_data__: MAP with key: _string_ and value: _[OfferDataType](#OfferDataType)_
- __label__: _string_
- __noffer__: _string_
- __offer_id__: _string_
- __payer_data__: ARRAY of: _string_
- __price_sats__: _number_
- __rejectUnauthorized__: _boolean_
- __token__: _string_
- __updatedAtUnix__: _number_
### OfferId
- __offer_id__: _string_
@ -1631,9 +1637,6 @@ The nostr server will send back a message response, and inside the body there wi
- __MONTH__
- __WEEK__
### OfferDataType
- __DATA_STRING__
### OperationType
- __CHAIN_OP__
- __INVOICE_OP__