multi_pay_invoice
Request payment of multiple invoices.
Use case
Request
{
"method": "multi_pay_invoice",
"params": {
"invoices": [
{"invoice": lnbc1...", "amount": 123}, // bolt11 invoice and amount in msats, amount is optional
{"invoice": lnbc50n1..."},
],
}
}Response
{
"result_type": "multi_pay_invoice",
"result": {
"preimage": "0123456789abcdef..." // preimage of the payment
}
}Errors
Last updated
Was this helpful?