Skip to content
#

checkout

Here are 304 public repositories matching this topic...

react-native-stripe-checkout-webview
rajivtiwary-cm
rajivtiwary-cm commented Dec 6, 2021

For a few bank cards, for example, SBI credit card, the stripe payment page is struck on the bank loader modal screen it's not navigating to the OTP screen once the card details are entered. For a few other bank cards its working fine for example (HDFC cards)

Did anyone face this issue?

Steps I followed

  • Load stripe checkout webview
  • Enter card details (SBI credit card or Bank of India
bug good first issue react-native-webview
codingstyle
codingstyle commented Jan 21, 2021

I am currently integrating the SDK in a React Native app written mainly with TypeScript.
So far Swell JS SDK works well, there are only two blocking issues:

  1. Buffer has to be set as a global variable to that SDK works correctly
  2. Session management relies exclusively on browser cookies. Maybe there is an abstraction layer to add for supporting both web and React Native?

For the moment,

enhancement good first issue

Improve this page

Add a description, image, and links to the checkout topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the checkout topic, visit your repo's landing page and select "manage topics."

Learn more