Pay to a LNURL-pay

Pay to a LNURL-pay stringTo use this endpoint, decode a LNURL-pay QR code and perform a /GET request on the decoded url to get the JSON response. Then, ask the user for an exact amount to send (if necessary). Then, call this api with the necessary parameters. The JSON response from /GET call should be used as the params field in the request body amountMsat has to be within the bounds of maxSendable and minSendable.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
json
required

LNURL-pay base spec protocol fields: params : { "callback" : String, "maxSendable" : MilliSatoshi, "minSendable" : MilliSatoshi, "metadata" : String, "tag" : "payRequest" }

int32
required

The amount to pay to the LNURL-pay.

string
required

The account to debit when paying to a LNURL-pay.

string
string
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json