Receiving a fiscal receipt
The method of obtaining the fiscal number and receipt by the payment ID
Headers
Name
Value
Query params
Name
Description
Response body parameters
Name
Type
Description
{
"status": true,
"message": "Success",
"result": {
"fiscal_number": "123456789123",
"fiscal_check_url": "https://link.kz"
}
}{
"status": false,
"status_code": 1014,
"message": "Invalid signature",
"result": {}
}Last updated
Was this helpful?