#kppro-subscription-mobile
1 messages · Page 1 of 1 (latest)
backing up here a second - are you planning on using Checkout Sessions or payment sheet? You mention both, but they're very diffrent UIs
I have used payment sheet on the past for the classic one time payment, so that is the only one I know. But whatever you advise for this implementation of a recurring payment
I saw that the https://extensions.dev/extensions/stripe/firestore-stripe-payments in the resources created and the sample code, creates a checkout session
but looking at the issues of the project it is no longer actively maintain
Yeah let's pause here for a minute
If you were to continue using PaymentSheet you can still use it with Subscriptions
Subscriptions will generate an Invoice, which will be tied to a PaymentIntent that you can just use with the PaymentSheet (same way you'd use it for a one-time PaymentIntent)
Does that make sense?
Instead of creating an Intent at this step (https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=payment-sheet#add-server-endpoint) you'd create a Subscription and grab the underlying Intent from the latest Invoice of the Subscription
ok like this. and then I will have the mobile sdk working with recurrent payment, and I don't need the instructions about Subscriptions or checkout session etc..
thanks. One last question please, there is a page in the app where the user can see the list of all his recurring payments paid (+ date) but also those unpaid (error) and a button next to pay the missing. could you point me in some directions for how to achieve this with a Stripe customer ?
The closest thing we have to that would be the Customer Portal https://stripe.com/docs/customer-management - I'd suggest trying this out and see if it fits your needs
thanks a lot for your help, will look into that. have a good day !
you too!