#geokomi
1 messages ยท Page 1 of 1 (latest)
Hi ynnoj ๐
What do you mean by 'automatically renew'?
at the end of the billing cycle, there will be an automatic payment for the new billing cycle? right? This is automatic?
Depends on the collection_behavior value. If you'd prefer to send an invoice to the customer for them to pay manually, you can do that: https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I just need to modify this parameter?
what about subscriptions from the pricing table?
I don't tink you can configure the pricing table to do that
a pricing table will always charge the user for the next period?
Yes, the pricing table (or Checkout specifically) when generate Subscriptions with collection_method: 'charge_automatically'
That's not configurable. You'd need to update it post creation
ok i'll do that then
thanks for your help
๐
just one more question
do you know which API call to use for the update of collection_method?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.