Check Transaction

DescriptionChecking transactions
Request Path{{base_url}}/stores/transaction-check/{{transaction_id}}/
MethodGet

 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

ParameterData TypePositionRequiredDescription 
AuthorizationStringHeaderYesUsed retrieving token in a header: Authorization: JWT {token}
transaction_idStringURLYesUse a Universally Unique Identifier (UUID) algorithm to enforce uniqueness

Response Parameters

ParameterDescriptionNullable 
statusTransaction statusNo 
status_codeStatus code {01,02,…}No 
amountTransaction amountNo 
transaction_dateDate of transactionNo