Overview
These endpoints let you query payment status for commerce orders and invoices (useful for dashboards, reconciliation, and recovery flows).Authentication
Requiresx-commerce-api-key.
Request
Endpoints:GET /api/commerce/merchant/payments/{orderId}/statusPOST /api/commerce/merchant/payments/bulk-statusGET /api/commerce/merchant/invoices/{invoiceId}/status
Response
Representative status response:Errors
401missing/invalid commerce API key404order/invoice not found429rate limited

