Invoice list
Request
Request parameters
invoiceId
UUID
Invoice ID in UUID format
1c48b092-9878-48f5-b441-07a8a48e7b54
no
invoiceUid
String
Invoice ID (for buyer)
F7ncQviM1N92
no
projectId
UUID
Project ID in UUID format
1c48b092-9878-48f5-b441-07a8a48e7b54
no
startDate
String
Initial date of invoice creation in the format Y-m-d
2000-01-01
no
endDate
String
End date of invoice creation in the format Y-m-d
2030-01-01
no
status
String
Invoice status. Valid values: unpaid, canceled, paid, expired
paid
no
offset
Integer
Number of the initial record from which the data output will begin
0
no
0
limit
Integer
The number of records you want to retrieve
50
no
10
Example answer
Answer parameters
id
Invoice ID in UUID format
uid
Invoice ID (for buyer)
projectId
Project ID in UUID format
createDatetime
Date and time of invoice creation (UTC)
timeToPayDatetime
Date and time until which the invoice is valid (UTC). The buyer must have time to pay the invoice before this date
commissionFiatUSD
The amount of the service commission. Calculated relative to the amount invoice.amountFiatUSD
amountFiatUSD
Amount in USD currency calculated during invoice creation at the current exchange rate relative to the invoice.amountFiat
amount
amountFiat
Amount in fiat currency
currencyFiat
Fiat currency
description
The description that was set when the invoice was created. Displayed to the buyer
serviceData
Service data that was set via API when creating the invoice. Not displayed to the buyer. Used to identify the invoice and payment in the merchant store
views
Number of views of the payment form
status
Invoice status
payment
Section containing payment parameters. It is displayed if the invoice has been paid
payment.id
Payment ID in UUID format
payment.amount
Payment amount in cryptocurrency
payment.hash
Transaction hash in blockchain
payment.transactionDatetime
Date and time of the transaction in blockchain (UTC)
wallet
Section containing the parameters of the wallet to which the payment came. Displayed if the invoice has been paid
wallet.id
Wallet ID in UUID format
wallet.name
Wallet name
wallet.blockchain
Blockchain of the crypto wallet
wallet.cryptocurrency
Cryptocurrency of the wallet
wallet.address
Crypto wallet address
Last updated