create_invoice
Generate a Lightning invoice to request a specific Bitcoin amount in satoshis from a BTC wallet, specifying memo, expiry, and external ID.
Instructions
Create a Lightning invoice to receive a specific amount of Bitcoin. Amount is in satoshis for BTC wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | ||
| amount | Yes | Amount in satoshis to receive | |
| wallet_id | Yes | The BTC wallet ID to receive funds | |
| expires_in | No | ||
| external_id | No |