#TomV
1 messages ยท Page 1 of 1 (latest)
๐ Thanks for reaching out
You can follow this guide in order to build a recurring payments using Stripe Subscription:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment
And use PaymentSheet in order to have more flexible UI in order to collect Payment Methods (Apple Pay and others):
https://stripe.com/docs/payments/accept-a-payment?platform=ios
thanks we don't use Billing API
if using PaymentIntent and Stripe JS - is there specific giude for that?
You are not using Billing API directly in that guide, did you tried it ?
For recurring Payment you'll need to use Stripe Subscriptions
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!