Fetching Order Status
Overview
The Get Status of a Crypto Sell Order API provides the current status and detailed information about a specific crypto-to-fiat sell order. This API allows merchants to track the progress of a transaction, helping to keep users informed and ensure transparency.
Sample Request
curl --location --globoff '{{baseURL_swiftramp_v1}}/transaction?page=1' \
--header 'authorization: {{loginAccessToken}}'
Use Cases
Transaction Tracking
- Monitor the status of a specific sell transaction to ensure its completion.
User Notifications
- Use the transaction status to notify users about the progress or completion of their orders.
Error Investigation
- Fetch failure codes and descriptions to identify and resolve transaction issues.
Important Notes
Real-Time Status
- Use this API to fetch the most up-to-date information about a sell transaction.
Error Handling
- If
failure_code
orfailure_desc
is populated, investigate the issue based on the returned details.
This API is crucial for providing transparency and improving user confidence in the on-ramp and off-ramp process. For further details, refer to here .