#tatva - react native subscriptions
1 messages · Page 1 of 1 (latest)
Hello. This can be done
Do you need specific resources to point you in the right direction?
Gotcha. We don't have a reactnative guide specifically for subscriptions. So, you can use this guide: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-subscription through the point where the actual subscription is created. Then, you can use the PaymentIntent of the latest invoice and pass the client secret back to your client and confirm the payment there with stripe-react-native's confirmPayment. Basically combining that first guide i sent with this one: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet
ok i will try it and let you know if need anything