#KayBee
1 messages · Page 1 of 1 (latest)
Did you set returnURL in initPaymentSheet(): https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-set-up-return-url
yes. ACH payment options are being seen and payment is working as well. But not SEPA
Does SEPA show in both iOS and Android or just one of them?
Which version of stripe-react-native are you using?
0.23.3
In stripe-react-native v0.23.3, it uses stripe-ios v23.3.0. However, SEPA with SetupIntents and PaymentIntents with setup_future_usage is only supported from stripe-ios v23.12.0. Can you try to update stripe-react-native to the latest v0.30.0 that has latest stripe-ios support?
it is not compatible with expo sdk 48 i think
Ah yes! As per checking https://github.com/expo/expo/blob/main/CHANGELOG.md, Expo SDK 48 still uses stripe-react-native v0.23.3
In this case, SEPA with Expo SDK 48 is not supported
any idea in which sdk version will it be supported?
If Expo SDK isn't used, stripe-react-native v0.30.0 supports SEPA
okay thanks