#ErreCi
1 messages · Page 1 of 1 (latest)
Hello 👋
Not sure I completely follow. Is there are guide you're using for this? Can you share an example so that I'm on the same page?
For your reference, here's the canonical guide that we recommend folks to use when building a subscription integration with checkout
https://stripe.com/docs/billing/subscriptions/build-subscriptions
I read the documentation but did not understand who has to make payments after the first one (Stripe or my implementation , using sub_xxx token , if so what is the api call to do that?)
Ah you don't need to manually run any code to pay for recurring payments. A subscription will try to charge the payment method stored on the customer object automatically.