This service will take lightning invoices and pay them using opennode.co api. You will need your own API key from https://dev.opennode.co/
This service requires MESG Core to be installed first.
You can install MESG Core by running the following command or follow the installation guide.
bash <(curl -fsSL https://mesg.com/install)
Download the source code of this service, and then in the service's folder, run the following command:
mesg-core service deploy
Event key: invoicePaid
Name | Key | Type | Description |
---|---|---|---|
success | success |
Boolean |
Task key: payInvoice
Name | Key | Type | Description |
---|---|---|---|
apikey | apikey |
String |
|
invoice | invoice |
String |
|
invoiceId | invoiceId |
String |
Output key: error
Name | Key | Type | Description |
---|---|---|---|
error | error |
String |
Output key: success
Name | Key | Type | Description |
---|---|---|---|
message | message |
String |