#shubham_1306

1 messages · Page 1 of 1 (latest)

blazing krakenBOT
worn turret
#

The React Native SDK isn't exactly built to support Checkout Sessions. When creating a Subscription, you can add a one time Price to it. Then you can retrieve the underlying PaymentIntent's (from the latest_invoice) client_secret on the Subscription to collect payment. You'll need to refer to this guide and modify it slightly : https://stripe.com/docs/payments/accept-a-payment?platform=react-native

Securely accept payments online.