#standup-ece-applepay
1 messages · Page 1 of 1 (latest)
I use React in the front end like this
key={session}
stripe={stripePromise}
options={{ clientSecret: session }}
>
<EmbeddedCheckout className="stripe-embedded-checkout" />
</EmbeddedCheckoutProvider>
But I only get credit card payment support
👋 thanks for sharing the code.
Have you registered the domain where you're trying to access Apple Pay?
See:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout#apple-pay
standup-ece-applepay
I didn't see that, thanks I will look into it