Cancel a subscription so no further cycles are charged (scope: subscriptions:write).
The subscription reference (merchantSubNo).
The updated subscription record.
Subscribe a customer to a plan (scope: subscriptions:write).
The subscription to create; see CreateSubscriptionParams.
Optional { idempotencyKey } — retrying with the same key + body replays the original.
The created subscription record.
Fetch the per-cycle deduction (charge) history for a subscription (scope: subscriptions:read).
The subscription reference (merchantSubNo).
The raw { items, nextCursor } (nextCursor always null) of deduction records.
List subscriptions (scope: subscriptions:read). Keyset-paginated.
Filters + pagination; pass a prior page's nextCursor as before.
Optionalstatus?: stringOptional status filter (e.g. "active", "canceled").
The raw { items, nextCursor } page of subscription records.
Recurring billing: subscriptions (+ the Subscriptions.plans sub-resource for plan templates).