cURL
curl --request GET \ --url https://api-beta.pepay.io/api/commerce/merchant/invoices/{invoiceId}/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "invoiceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "orderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "payment": {}, "order": { "orderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "substatus": "<string>", "customerId": "<string>", "actions": {} } } }
Finds the commerce order associated with a given invoice and returns a merchant-safe summary.
Auth:
Authorization: Bearer <JWT>
x-api-key
x-commerce-api-key
JWT token for wallet authentication
The invoice id to resolve
Invoice reconciliation summary
true
Show child attributes
Was this page helpful?