Check Transaction

POST

api/v2/check_transaction



API Error Code

Status code Description
30000 Invalid Transaction ID


Parameters that need to be pass for the request.

Parameters Type Required Description
project_id string yes Project ID
token string yes Token details view Encryption & Decryption
transaction_type string yes TOPUP/DEPOSIT/PAYOUT/SETTLEMENT
transaction_id string yes PG transaction id

Parameters

  • project_id: 1 (string, required) - Project ID
  • token: 9BC97D2BCC7990F84F05202205E53D14 (string, required) - Token
  • transaction_type: DEPOSIT (string, required) - TOPUP/DEPOSIT/PAYOUT/SETTLEMENT
  • transaction_id : PY2105050000001 (string, required) - Transaction ID


Response 200 (application/json)

  
            {
                "status": 0
                "ret_msg": "success",
                "data": [
                    "transaction_id":"PY2105050000002",
                    "client_transaction":"xxxx",
                    "amount":"10,000.00",
                    "currency":"VND",
                    "created_at":"2021/05/05 11:24:37",
                    "statement_date":"2021-05-05",
                    "status":"Completed",
                    "type":"PAYOUT",
                    "token": "AED4B8A0FDB136D17A014FE190DAD4B4",
                ]
            }