Retrieve Transaction By Order ID
This endpoint retrieves transaction details from the database based on the provided order ID.Path Parameters
- id (string, required):
The unique identifier of the transaction record to be retrieved.- Example:
123457 - If a valid ID is provided, the API will return the transaction details.
- Example:
The system fetches transaction data for the given ID and returns transaction details.
Request Headers
- User-Agent (string, optional): The User-Agent header, which is not mandatory.
Example Request
Authorizations
Headers
Path Parameters
Order ID for retrieving the transactions

