Skip to main content
Cancel an active or pending subscription. The behavior depends on the current subscription status.
Authentication: API Key (merchant, owner role)
This endpoint also has a customer-side flow with session-token auth: see Cancel Subscription (Customer).

Cancellation Behavior

  • pending: Directly canceled, status becomes canceled
  • active: PSP cancellation is triggered (takes effect at billing period end). Local status becomes canceling, then updated to canceled via Webhook when the period ends

Request Body

Example Request

Success Response (200) — Active Subscription

Success Response (200) — Pending Subscription

Response Fields

Errors

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