v1
latestOpenAPI 3.1.02026-07-1421034.9 KBgetInvoices
Get your merchant invoices
get/getInvoices
Headers
AUTHORIZATIONstring required
Your merchant private API key
Response
200
Example response
{
"invoices": [
{
"number": "PUEOS5RFQY",
"asset": "TON",
"blockchain": "TON",
"status": "pending",
"amount": "10.000000000000000000",
"description": "Product",
"created_at": "2022-02-26T18:11:06.843599Z"
}
]
}