#Charmon
1 messages ยท Page 1 of 1 (latest)
Hi ๐ you will need to change the mode to subscription (I believe an error is thrown if you pass payment along with a recurring price).
You'll also want to use subscription_data to pass in the details you want to use for the Subscription rather than using payment_intent_data:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok so these 2 things is what I have to change and then rebilling is automated with the same settings?
I believe so, is it working as you expect when you test it?