Подтверждение списания средств
Last updated
Was this helpful?
Was this helpful?
{
"status": true,
"status_code": 0,
"message": "Success",
"result": {
"is_success": true,
"transaction_status_id": "4",
"external_id": "200001",
"message": "",
"otp_status": false,
"fail_reason": {
"code": 402,
"message": "Incorrect confirmation code"
}
}
}{
"status": false,
"status_code": 1041,
"message": "Order not found",
"result": {}
}{
"status": false,
"status_code": 1014,
"message": "Invalid signature",
"result": {}
}{
"status": true,
"status_code": 0,
"message": "Success",
"result": {
"error_code": 1041,
"message": "Order not found",
"data": null
}
}{
"status": false,
"status_code": 1014,
"message": "Invalid signature",
"result": {}
}curl --location 'https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/action/confirm/invoice' \
--header 'Content-Type: application/json' \
--data '{
"agent": "test_agent",
"confirm_code": "104000",
"external_id": "externa312"
}'