#kyomen
1 messages · Page 1 of 1 (latest)
Have you read through this other guide that generally covers how to use Payment Sheet + React Native? https://stripe.com/docs/payments/accept-a-payment?platform=react-native
Yes but it cites passing an amount to it, but i'm trying to use it to finish my subscription payment
Sorry let me clarify - you don't need to create a seprate payment intent w/ an amount because you already have one from creating your subscription (so you won't be following the "Add an endpoint" step) . It's really the react native specific parts that'll be relevant to you