Skip to main content

ApiLNURLPayParams

Raw LNURL-pay metadata and callback parameters.

tagstringrequired

Possible values: [payRequest]

callbackstringrequired
domainstringrequired
minSendableint64required
maxSendableint64required
metadatastringrequired
decodedMetadataarray[]required
commentAllowedintegerrequired
urlstringrequired

Original LNURL string.

ApiLNURLPayParams
{
"tag": "payRequest",
"callback": "string",
"domain": "string",
"minSendable": 0,
"maxSendable": 0,
"metadata": "string",
"decodedMetadata": [
"string"
],
"commentAllowed": 0,
"url": "string"
}