Skip to main content
This is the customer-token call path of the same endpoint described in Cancel Subscription (Merchant API Key). Behavior, request body, and response shape are identical — only the auth surface and the call site differ.
Authentication: Session Token — see Customer Endpoints (customer or customer role)
The orderId must belong to the customer that the session token was minted for. Tokens minted for one customer cannot cancel another customer’s subscription.

Cancellation Behavior

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).