Gets order status from Payment Platform. This request is sent by POST in the background (eg, through PHP CURL).
Request parameters
Parameter |
Description |
Values |
Required field |
action |
GET_TRANS_STATUS |
GET_TRANS_STATUS |
+ |
client_key |
Unique client key (CLIENT_KEY) |
|
+ |
trans_id |
Transaction ID in the Payment Platform |
String up to 255 characters |
+ |
hash |
Special signature to validate your request to Payment Platform |
**(Appendix A) |
+ |
Response parameters
Parameter |
Description |
action |
GET_TRANS_STATUS |
result |
SUCCESS |
status |
3DS/PENDING/DECLINED/SETTLED/REVERSAL/REFUND/CHARGEBACK/SECOND_PRESENTMENT/ ARBITRATION |
order_id |
Transaction ID in the Client’s system |
trans_id |
Transaction ID in the Payment Platform |