API Reference
cURL
curl --request GET \ --url https://sandbox.omnispay.com/api/get-payout-summary/{id} \ --header 'X-HMAC-Signature: <api-key>' \ --header 'accountId: <api-key>' \ --header 'apiKey: <api-key>'
{ "status": "<string>", "message": "<string>", "response": {} }
This API fetches the payout summary report associated with the given order ID.
123457
GET /get-payout-summary/123457 User-Agent: Mozilla/5.0
Order ID for retrieving the payout summary report
OK. Payout summary retrieved successfully