Skip to main content

Overview

Payments endpoints help you track whether a commerce order has been paid and to reconcile status across many orders.

Authentication

Requires x-commerce-api-key.

Request

Payment status by order

Bulk status

Linked invoice status

Response

Example payment status response (truncated):

Errors

  • 401 missing/invalid commerce API key
  • 404 order not found

Examples

  • For reconciliation jobs, use bulkStatus to reduce request volume and to keep state consistent across many orders. Next: Addresses