#wullig
1 messages · Page 1 of 1 (latest)
Hi there, so you want to collect a payment method and use this payment method for subscription?
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=react-native&type=setup If so, this is the integraiton guide that you wan to follow
This the flow I want, which is really simple and standard:
- User open premium screen in app
- User press "Subscribe"
- A payment sheet is presented
- User input payment info
- Subscription is started with a 3 days trial
Following the above link is incomplete. For example initPaymentSheet fails to start because of You must provide either paymentIntentClientSecret or setupIntentClientSecret. Also intentConfiguration is not even an option in the object according to Typescript
This deferred flow is available in the newer version of stripe-react-native SDK. Have you updated your SDK?