| Schema — OPTIONAL |
|---|
invoiceId uuid | amount objectamount stringCurrency amount in decimal format | currency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| state stringPossible values: [UNPAID, PENDING, PAID, CANCELLED] | created date-time | correlationId string — OPTIONAL | description string — OPTIONAL | issuerId uuid | receiverId uuidId of the invoice receiver | payerId uuid — OPTIONALId of the invoice payer. Present only when invoice was created for the dedicated payer | transactions object[] — OPTIONALTransactions associated with this invoice. Only included when includeTransactions=true is passed. transactionId uuidUnique identifier for the transaction | state stringPossible values: [PENDING, COMPLETED] Current state of the transaction | amountReceived objectAmount received in this transaction amount stringCurrency amount in decimal format | currency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| created date-timeTimestamp when the transaction was created | completed date-time — OPTIONALTimestamp when the transaction completed. Present only when the transaction is completed |
|
|