#tatva - react native subscriptions

1 messages · Page 1 of 1 (latest)

mild hedge
#

Hello. This can be done

#

Do you need specific resources to point you in the right direction?

sullen sable
#

Yup. that exactly i want

#

I don't know from where to start

mild hedge
#

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

Securely accept payments online.

Create and manage subscriptions to accept recurring payments.

sullen sable
#

ok i will try it and let you know if need anything