Course Registration Form

Course Registration

Please fill in all data

Total      €50.00




Your seat is confirmed only after payment.

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>
  );
}