get https://partners-staging.safegold.com/v1/redeem-gold//dispatch-status
This endpoint will let the Distributor query the dispatch 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. |
delivery_status | The delivery status of the particular transaction. *status 1: Package Pending, 2: Packed, 3: Dispatched, 4: Delivered, 5: Failed |
message | Message of the delivery status |
courier_tracking_id | The Airway Bill Number for tracking for the particular transaction |
courier_company | Name of the Courier Company |
tracking_link | The tracking Link that can be provided to the Customer to track the particular delivery |
Failure Parameter
Status Code | Code | Code Description |
---|---|---|
HTTP Status 400 | ||
2 | Transaction not Found |