Retrieves the payment status and details for a specific order.
Requires Commerce API Key authentication.
Only returns orders belonging to the authenticated merchant.
GET
/
api
/
commerce
/
merchant
/
payments
/
{orderId}
/
status
Check payment status for an order
Copy
curl --request GET \ --url https://api-beta.pepay.io/api/commerce/merchant/payments/{orderId}/status \ --header 'x-commerce-api-key: <api-key>'