v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

List Subscription Payments

Returns the charge history for a subscription — one row per billing attempt, including plan/phase context when the subscription is linked to a plan. This is a net-new endpoint (there was no payments subresource before Plans), so it ships as a single, clean shape with no legacy fields to carry.

get/subscriptions/{subscription_id}/payments

Path parameters

subscription_idstring required

The unique identifier of the subscription.

Query parameters

limitinteger

Max items to return. 1-100, defaults to 20.

offsetinteger

Number of items to skip. Must be a non-negative multiple of limit, else 400 BAD_REQUEST — a non-aligned offset would re-serve rows you already saw and corrupt has_more. Defaults to 0.

Response

200