stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

The hooks.stripe.com window after authorization from the bank remains white and does not close.

Open STiiTii opened this issue 1 year ago • 0 comments

Good morning,

An already existing problem but no functional solution on my side.

The different steps carried out:

  1. Adding a card via a setupIntent which returns me a “client_secret”
  2. Then launch the “confirmSetupIntent” function which opens the banking modal.
  3. I confirm the 3DS from my bank, the modal updates and becomes white but it does not close with the only solution being to close it manually via the button at the top left.
  4. When I click on “Close” this validates the “confirmSetupIntent”

In the provider I have my urlScheme.

stripe_provider

Expected behavior The window should close.

Screenshots IMG_6546

  • react: 18.1.0

  • react-native : 0.71.13

  • @stripe/stripe-react-native : 0.37.3

  • Xcode : 15.3

  • Device: iPhone 12

  • OS: 17.4.1

  • Browser : Safari

STiiTii avatar Apr 29 '24 15:04 STiiTii