1
Wallet Refill API
βœ… Done
D
dev.thebells1111
Sep 14, 2022

An API so a user can refill their wallet without needing to use the browser extension would be nice. Do a GET request with the lightning address, customKey, and customValue (or Alby address) in a query, and get an invoice string returned that the app can use to generate a QR code with. This let's apps using the OAuth functionality the ability for users to refill their wallet from a mobile device without needing to run to their desktop browser.

Comments
R
RenΓ© Aaron
Oct 6, 2022
Set the status to
βœ… Done
0
R
RenΓ© Aaron
Sep 27, 2022
Set the status to
πŸ‘· In progress
0
R
RenΓ© Aaron
Sep 27, 2022

You should already be able to do that:

https://guides.getalby.com/alby-wallet-api/reference/api-reference/invoices

This endpoint allows you to create invoices on behalf of the user.

Feel free to reach out to me in case you have any questions!

0