get https://partners-staging.safegold.com/v1/redeem-gold//order-status
This endpoint will let the Distributor query the order status of the gold redeem transaction.
URL Params
Parameter | Value |
---|---|
tx_id | [integer] Example: tx_id = 1013 |
Success 200 Response Parameters
Field | Description |
---|---|
created_at | The timestamp of the creation of the particular transaction. |
status | The status of the particular transaction. *status -> 0: tx not confirmed, 1: success, 2: failed, 3: in progress |
Ignore realization_status and payment_status in response example
Failure Parameters
Status Code | Code | Code Description |
---|---|---|
HTTP Status 400 | ||
1 | Invalid Transaction ID |
The Distributor can query the dispatch status for a particular transaction via the [Redeem Dispatch Status API](ref:redeem-dispatch-status-api) bypassing the Transaction ID in the URL.