API Reference
cURL
curl --request GET \ --url https://sandbox.omnispay.com/api/transactions-history/{id} \ --header 'X-HMAC-Signature: <api-key>' \ --header 'accountId: <api-key>' \ --header 'apiKey: <api-key>'
{ "status": "<string>", "message": "<string>", "response": {} }
This GET API retrieves transaction details from the database based on the provided order ID.
123457
GET /transaction/123457 User-Agent: Mozilla/5.0
Order ID for retrieving the transactions
OK. Transaction details retrieved successfully