Skip to main content
Cancel a pending one-time order. Only orders in pending status can be canceled.
Authentication: Session Token — see Customer Endpoints (customer or customer role)

Cancellation Behavior

  • pending: The order is canceled immediately and its status becomes canceled
  • The underlying PSP checkout session expires automatically — there is no separate PSP cancel call to make
  • completed and canceled are terminal states and cannot be canceled again

Request Body

Example Request

Success Response (200)

Response Fields

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).