Description | Checking transactions |
Request Path | {{base_url}}/stores/transaction-check/{{transaction_id}}/ |
Method | Get |
Usage
Clients can check a transaction status by sending its transaction_id, which is generated in the Redeem API. If the redeem process had been failed, the response to this API would be 404 Not Found.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
transaction_id | String | URL | Yes | Use a Universally Unique Identifier (UUID) algorithm to enforce uniqueness |
Response Parameters
Parameter | Description | Nullable |
status | Transaction status | No |
status_code | Status code {01,02,…} | No |
amount | Transaction amount | No |
transaction_date | Date of transaction | No |