Receiving a fiscal receipt
The method of obtaining the fiscal number and receipt by the payment ID
GET
https://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"
}
}
curl --location 'https://agwsapi.tarlanpayments.kz/fiscalization/api/v1/payment/fiscalization/order?provider_order_id=pr10010&provider_code=code&provider_service_code=service_code'
--header 'X-Signature: 3eec10e27f3b9ee198d2edfbf7ff7bce431940d88ed4201assadzxczxczxasd'
Last updated