API Documentation
Get Order Details
1min
API that returns clients orders matching the requestId. This api requires access token that can be generated using Access Token API.
The response is a list of Orders which matches the given criteria.
- orderId
- userAddress : User's email address
- updatedTs : Last Order updated timestamp in epoch milliseconds
- partner : Downstream partner ID
- orderType : Type of Order. Can be CHECKOUT/PAYOUT
- requestId : Unique ID passed during Order creation
- clientId : Client ID
- exchangeCurId : Name of the currency supported
- exchangeAmount : Currency Amount
- paymentMethod : Payment Method specified for Order
- errorReason : Contains errorCode and errorDesc. Will be received only in case if status is FAILED. List of possible Error Codes
Get order details by client's request-id
GET
Request
Query Parameters
requestId
required
String
Request Id is the unique id that was passed by your application while creating the order.
clientId
required
String
Client Id
Header Parameters
access-token
required
String
Access token received from Access token API. You can reuse the access token across multiple API calls till it is expired.
Updated 26 Jul 2024
Did this page help you?