Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.21 KB

File metadata and controls

17 lines (14 loc) · 1.21 KB

SubscriptionStartBody

Properties

Name Type Description Notes
subscription_plan str The ID for the subscription plan to be used (Can also be the code name)
payment_details str The Id for the customer's payment details to be used [optional]
card_token str A stripe card token that's been created using Stripe's js sdk. It'll create the payment details for the customer. [optional]
price str The ID for the price to be used [optional]
schedule str The schedule of the plan that is to be started. Only used if price isn't given. Requires currency as well. [optional]
currency str The currency of the plan that is to be started. Only used if price isn't given. Requires schedule as well. [optional]
seat_numbrers int [optional]
deny_trial Bool [optional]
metadata object Any metadata you want to add to a subscription [optional]

[Back to Model list] [Back to API list] [Back to README]