Skip to main content

Overview

These endpoints let you query payment status for commerce orders and invoices (useful for dashboards, reconciliation, and recovery flows).

Authentication

Requires x-commerce-api-key.

Request

Endpoints:
  • GET /api/commerce/merchant/payments/{orderId}/status
  • POST /api/commerce/merchant/payments/bulk-status
  • GET /api/commerce/merchant/invoices/{invoiceId}/status
Example (single order status):

Response

Representative status response:

Errors

  • 401 missing/invalid commerce API key
  • 404 order/invoice not found
  • 429 rate limited

Examples

Example (bulk status):
Next: Addresses