This endpoint will let you query the order status of the buy gold transaction.


URL Params

ParametersValue
tx_id[integer]
Example: tx_id = 1011

Success 200 Response Parameters

FieldDescription
created_atThe timestamp of the creation of the particular transaction.
statusThe status of the particular Buy transaction
*status -> 0: tx not confirmed, 1: success, 2: failed

Ignore realization_status and payment_status in response example

Failure Parameters

Status CodeCodeCode Description
HTTP Status 400
1Invalid Transaction ID

📘

Points to remember

    After confirming the transaction in the Buy Confirm API, this API can be used for checking the status of the transaction by passing the tx_id as the parameter.
Language
Click Try It! to start a request and see the response here!