Subscriptions
List Subscription Payments
Returns the charge history for a subscription, including plan/phase context when applicable.
GET
List Subscription Payments
This is a net-new endpointThere was no payments subresource before Plans — the
payments array on the subscription object is a legacy, always-empty field. Since there’s no prior merchant integration to preserve here, this endpoint ships as one clean items[] shape with full plan/phase context — no legacy fields.Authorizations
Path Parameters
The unique identifier of the subscription.
Query Parameters
Max items to return. 1-100, defaults to 20.
Required range:
1 <= x <= 100Number 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.
Required range:
x >= 0List Subscription Payments