cURL
curl --request POST \ --url https://api-beta.pepay.io/api/commerce/merchant/payments/bulk-status \ --header 'Content-Type: application/json' \ --header 'x-commerce-api-key: <api-key>' \ --data ' { "orderIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true, "data": [ { "orderId": "<string>", "status": "<string>", "error": "<string>" } ] }
Retrieves payment status for up to 50 orders at once. Useful for batch status checks.
Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.
x-api-key
Array of order IDs to check
50
Bulk payment status retrieved
Show child attributes
Was this page helpful?