Retrieve a transaction by order ID
Transaction Status
Retrieve Transaction Status
This GET API retrieves transaction details from the database based on the provided order ID.
GET
Retrieve a transaction by order ID
Documentation Index
Fetch the complete documentation index at: https://docs.omnispay.com/llms.txt
Use this file to discover all available pages before exploring further.
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

