Receiving a fiscal receipt
The method of obtaining the fiscal number and receipt by the payment ID
GEThttps://agwsapi.tarlanpayments.kz/fiscalization/api/v1/payment/fiscalization/order
Headers
Name
Value
Content-Type
application/json
X-Signature
Query params
Name
Description
provider_order_id
Payment ID on the service provider's side
provider_code
Service Provider's code
provider_service_code
Service Provider's Service Code
Response body parameters
Name
Type
Description
status
boolean
Request processing status
status_code
uint
Error code
message
string
Error description
result
object
The object that stores the query result
-fiscal_number
string
The fiscal attribute of the receipt
-fiscal_check_url
string
The link for displaying the fiscal receipt
{
"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