GuidesRecipesAPI ReferenceChangelog
API Reference

Create Invoice

Creates a invoice.

State

StateDescription
storingThe Platform is storing the invoice details in our private store
unpaidThe invoice is unpaid. Payment instructions can be generated for an invoice in this state
cancellingThe invocie is in the process of being cancelled
cancelledThe invoice has been cancelled
settlingThe invoice has been paid and the funds associated with this invoice are in the process of being settled
paidThe invoice has been paid and the funds associated with this invoice have been settled

Required scope: invoices:execute

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 16

The asset code the customer will receive the funds in.

string | null

The unique identifier for the customer.

integer

The amount to be received in base units of the asset, i.e., the amount the customer will receive after fees. ONLY one of receive_amount or deliver_amount is required.

integer

The amount to be delivered in base units of the asset, i.e., the amount the customer will receive before fees. ONLY one of receive_amount or deliver_amount is required.

string | null

The identifier for the account to use for the transfer. Required if the customer has multiple fiat accounts. Currently only valid for invoices paid to a fiat account.

labels
array of strings | null

The labels associated with the invoice.

labels
Responses

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