Create a BOLT11 invoice for deposit

Creates a Lightning Network invoice (BOLT11) to deposit funds to the informed participant account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Details for creating a BOLT11 Lightning Network invoice, including participant code, amount, and description.

string
required

The amount that should be deposited. Max precision of 8 decimals (one satoshi)

string
required

The participant code to have the deposit credited to

string

The account_label associated with the participant account. This parameter is case sensitive.

boolean

For CERT enviroiment, this flag indicates whether the invoice will be used internally to simulate a payment using our /deposits/bolt11/test_payment endpoint. If set to true, the invoice is not available to be payed at a external TESTNET lightning service.

string
enum

For CERT environment, this field indicates the type of test to be simulated. If test_mode is set to false, this field is ignored". If not provided, Default is deposit.

Allowed:
string

For CERT environment, set a memo string to mark the test invoice. If test_mode is set to false, test_memo is ignored

Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json