โกAccessing Alby via LndHub
If you would like to send payments from your backend application, you can connect to your personal Alby account using the LndHub API.
This is only possible using an Alby hosted account, as these accounts are built on the LndHub accounting system.
In order to connect to your account via the LndHub API, you'll need your Alby account's connection credentials, which is the same as connecting a mobile wallet to your Alby account. We've created a guide here.
Authentication
Your connection credentials are in the following format: lndhub://user:password@domain
and can be used to authenticate with the Alby LndHub service. The domain is Alby's LndHub server, https://ln.getalby.com/.
Paying an Invoice
API Documentation
The documentation for Alby's LndHub API and all available methods can be read here: https://ln.getalby.com/swagger/index.html
You can also read more about the LndHub API here.
Last updated