Probe

The LNURL-pay ingestion endpoint enables you to "probe" an lnurlpay paylink / lightning address to see its parameters. You can then use this information to determine if you will pay this link.

GET https://<yourdomain>/v1/lnurlp/probe/:lnurlpay_encoded | :ln_address

Path Parameters

{
    "minSendable": 1000, //msat
    "maxSendable": 10000000, //msat
    "commentAllowed": 0, //number of characters allowed in a comment when payment is sent
    "tag": "payRequest",
    "metadata": [
        [
            "text/plain",
            "LNURL PAY (via LNPay.co)"
        ]
    ],
    "callback": "http://some-service.com/v1/wallet/waklp_jW7vCpByJu1jKuFXT3UiRzB6/lnurlp/lnurlp_s9kmV724XtZvfxciXF"
}

Last updated