Elementor #8296

				
					import { StripeProvider } from '@stripe/stripe-react-native';

function App() {
  return (
    <StripeProvider
      publishableKey="pk_test_51J16c3LK4qHINKNDW5...nRifKAkzu00aBhDO58w""pk_test_51J16c3LK4qHINKNDW5HaRi952gdFr0U9j3H3RceZxm3AbFz78tKzmwU0ypG3YvdAByJkofIT4iYEZqsnRifKAkzu00aBhDO58w"
      urlScheme="your-url-scheme" // required for 3D Secure and bank redirects
      merchantIdentifier="merchant.com.{{YOUR_APP_NAME}}" // required for Apple Pay
    >
      // Your app code here
    </StripeProvider>
  );
}

				
			
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *