Apply Pay in React Native

We are integrating Apple Pay to our React Native app, using the react-native-payments package.

We have several points wish to understand:-
  1. the package mentioned stripe / braintree. In normal apply pay integration to react native, must we use a payment gateway?

  2. Knowing Stripe is not available in China. How can Apple Pay work in China used app if 1) is a must?

  3. Anyways, we created a stripe account, having some 'stripe:publishableKey': 'pklive ...', but the payment with real device real credit card always fail, with only a payment uncessful popup and without other information.

Thanks for helping.

Any payment gateway will work as long as you provide the required payment method data.

Apply Pay in React Native
 
 
Q