[Deprecated] Get Order
This API is designed to retrieve order details using a unique Transaction ID, allowing developers and merchants to obtain specific information related to individual orders.
getByTransactionId
GET
/api/v1/external/orders/getByTransactionId
This API is designed to retrieve order details using a unique Transaction ID, allowing developers and merchants to obtain specific information related to individual orders.
Query Parameters
Response Fields:
Usage:
To retrieve details of an order, construct the URL with the required Transaction ID and send a GET request with a valid Access Token in the Authorization header.
Considerations:
Ensure that the Access Token is valid and has the necessary permissions to access this endpoint.
Verify that the Transaction ID is correctly specified in the request parameter.
Conclusion:
The GetOrderByID
API provides a robust and secure means for developers and merchants to retrieve detailed and specific information related to orders, aiding in efficient order management and oversight within the RampNow ecosystem.
Last updated