Alby Developer Guide
Alby Wallet API
Ask or search…
K
Links
Comment on page

Payments

Make payments through bolt11 or keysend.

BOLT11 payment

Scope needed: payments:send
Pay a lightning invoice (bolt11)
post
https://api.getalby.com/payments/bolt11

Keysend payment

Scope needed: payments:send
Send a "spontaneous" payment (keysend). Used for push realtime/streaming push payments
post
https://api.getalby.com/payments/keysend
Keysend payment

Multi keysend payment

Scope needed: `payments:send` Send multiple spontaneous keysend payments. Useful for doing value4value splits. Request and response are an array of the single keysend payment request and response.
post
https://api.getalby.com/payments/keysend/multi
Make multiple keysend payments in 1 request
Last modified 3mo ago