#mhsnawan - payment intent API
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
What do you mean exactly? What are you trying to do?
Are you creating your own subscription payment logic?
I have two plans. I need my user to subscribe to it.
I need to do it through payment intent.
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements is the guide to use
we don't have any guide specifically for mobile but the way it works is you create a Subscription and pass the Invoice's PaymentIntent to your app, which can use components like the PaymentElement as normal to accept a card and pay that PaymentIntent, which will activate the subscription.