GET /v1/subscriptions/{id} endpoint returns a single subscription record. Use this endpoint to check a specific donor’s recurring gift details — including the next billing date, current amount, and whether the subscription is still active. This endpoint requires the subscriptions:read permission on your API key.
Path parameters
The unique identifier of the subscription to retrieve, for example
sub_01HABC1234MNOPQR.Response
On success the endpoint returns a single Subscription object.Unique identifier for the subscription.
Subscription status. One of:
ACTIVE, CANCELLED.Recurring charge amount in US dollars.
Billing frequency. One of:
DAILY, WEEKLY, MONTHLY, ANNUALLY.ISO 8601 date of the next scheduled charge.
ISO 8601 date of the most recent successful charge.
ISO 8601 date when the subscription is scheduled to end.
Whether the donor elected to cover processing fees on each charge.
Example
Response