Retrieve Single Invoice
Name
Value
{
"id": 0,
"uuid": "string",
"currency": "string",
"tx_hash": "string",
"address": "string",
"amount": 0,
"amount_usd": 0,
"received_amount": 0,
"received_amount_usd": 0,
"label": "string",
"postback_url": "https://example.com/postback",
"success_url": "https://example.com/success",
"fail_url": "https://example.com/fail",
"created_at": "2019-08-24T14:15:22Z",
"expires_at": "2019-08-24T14:15:22Z",
"status": "paid"
}{
"detail": "Invalid identifier format. Must be an integer ID or a valid UUID4"
}Last updated