Subscriptions
Flex API Reference
Welcome to the Flex API reference docs. Here you'll find all the endpoints exposed by Flex, learn how to use them and what they return.
https://api.withflex.com
List Subscriptions
Returns a list of subscriptions.
Parameters
No parameters available.
[]
Create Subscription
Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
Subscriptions by default are created with the status of incomplete
. After the first payment is made, the status will change to active
or trialing
in the case where a subscription has a trial period.
Parameters
No parameters available.
[]
Get Subscription
Retrieves the subscription with the given ID.
Parameters
No parameters available.
[]
Cancel Subscription
Cancels a customer’s subscription at the end of the current period. The customer will not be charged again for the subscription.
Parameters
No parameters available.
[]