#praful0512
1 messages · Page 1 of 1 (latest)
Hello praful0512, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• praful0512, 4 days ago, 15 messages
Hi there!
If you are building mobile apps, then you should use the PaymentSheet.
But yes technically you could use a Checkout Session if you redirect users in a browser.
so through payment sheet what all data is received?
What do you mena by "data is received"?
Once the payment is compelted, you can retrieve the associated PaymentIntent: https://stripe.com/docs/api/payment_intents/object?lang=node
basically what's the purpose of paymentsheet
To collect payments from the user. You can learn more about it here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet
how can i achieve this step in react native
It's not in React Native. Your app will have a link. When the user clicks on it, your backend will create a Checkout Session, and the user will be redirected to the payment page in their browser.
can we create subscription in react native sdk?