Subscriptions
Get subscription
Retrieve the details of a single subscription for a single customer.
GET
/
v1
/
subscriptions
/
{user_id}
/
{origin}
/
{origin_id}
Custom payment gateway integrations only
You do not need to use this endpoint if you have granted Corrily automated access to your payment gateway’s subscription and charge events.
Path Params
origin
string
requiredThe payment gateway that handled the subscription. Accepted values: stripe
,
paypal
, chargebee
origin_id
string
requiredA unique identifier for the subscription. This can be the ID that the payment gateway assigned to the subscription.
user_id
string
requiredThe User ID that you provided when you created the subscription.