create_invoice
Generate a Lightning invoice to receive payment by specifying the amount in satoshis and an optional memo. Enables instant fund reception over the Lightning Network.
Instructions
Create a Lightning invoice to receive payment. Use get_invoice_status to check if paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_sats | Yes | Amount in satoshis to request | |
| memo | No | Description/memo for the invoice |