#krishna_awate
1 messages · Page 1 of 1 (latest)
Hi @inner stream I think we already replied to you.
Generated by create next app
Google Pay is showing.
Apple pay isn't configured for that website yet. You need to verify your domain following this guide:
https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#verifying-your-domain-with-apple-pay
const domain = await stripe.applePayDomains.create({
domain_name: 'https://stripe-frontend-gamma.vercel.app/',
});
can I add this way?
yes you can. follow the guide there step by step.
Okay thank you so much.