pay_invoice_with_amount
Pay an open Lightning invoice (bolt11) with no amount by specifying the payment request, wallet ID, and amount in satoshis or cents.
Instructions
Pay a Lightning invoice that has no amount specified (open invoice). You specify the amount to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | ||
| amount | Yes | Amount in satoshis (BTC wallet) or cents (USD wallet) | |
| wallet_id | Yes | The wallet ID to pay from | |
| payment_request | Yes | The bolt11 payment request to pay |