Invoice list
Request
Request parameters
Parameter | Data type | Description | Example | Mandatory? | Default |
---|---|---|---|---|---|
| UUID | Invoice ID in UUID format | 1c48b092-9878-48f5-b441-07a8a48e7b54 | no | |
| String | Invoice ID (for buyer) | F7ncQviM1N92 | no | |
| UUID | Project ID in UUID format | 1c48b092-9878-48f5-b441-07a8a48e7b54 | no | |
| String | Initial date of invoice creation in the format Y-m-d | 2000-01-01 | no | |
| String | End date of invoice creation in the format Y-m-d | 2030-01-01 | no | |
| String | Invoice status. Valid values: unpaid, canceled, paid, expired | paid | no | |
| Integer | Number of the initial record from which the data output will begin | 0 | no | 0 |
| Integer | The number of records you want to retrieve | 50 | no | 10 |
Example answer
Answer parameters
Parameter | Description |
---|---|
| Invoice ID in UUID format |
| Invoice ID (for buyer) |
| Project ID in UUID format |
| Date and time of invoice creation (UTC) |
| Date and time until which the invoice is valid (UTC). The buyer must have time to pay the invoice before this date |
| Amount in fiat currency |
| Fiat currency |
| The description that was set when the invoice was created. Displayed to the buyer |
| 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 |
| Number of views of the payment form |
| Invoice status |
| Section containing payment parameters. It is displayed if the invoice has been paid |
| Payment ID in UUID format |
| Payment amount in cryptocurrency |
| Transaction hash in blockchain |
| Date and time of the transaction in blockchain (UTC) |
| Section containing the parameters of the wallet to which the payment came. Displayed if the invoice has been paid |
| Wallet ID in UUID format |
| Wallet name |
| Blockchain of the crypto wallet |
| Cryptocurrency of the wallet |
| Crypto wallet address |
Last updated