#falko100
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Its important that we get to use both creditcard and sepa (from ideal and bancontact)
We are also working on a customer portal to have customers update their subscription and/or payment method.
What is the best way to handle this? Should we create a one time / subscription checkout or use the setup route and charge the customer from our application?
You can use Checkout in subscription mode for this
you can use our hosted Customer Billing Portal for this instead
Will Stripe automatically do the next charge after X days?
yes
Is it possible to add new products to the subscription via API? Or change the frequency?
@shadow hemlock FYI
yes
Then we should send the products on the invoice.paid webhook?
yes
it's explained here https://stripe.com/docs/billing/subscriptions/webhooks
Any other suggestions or tips? ๐๐ช๐ป
for subscriptions always use invoice.paid
For one time?
no for subscriptions
Yea, but which one should we use for onetime?
We have an option in our builder to only do a one time purchase.
Do we only use checkout.session.completed for onetimes or also for the first shipment of the subscription?
when you receive the checkout.session.completed if the mode is subscription, I would say you ignore the event