#dino_pephanis-ApplePay
1 messages · Page 1 of 1 (latest)
Hi, I have managed to integrate Google Pay and I am now trying to get Apple Pay to work.
I have added the test url in https://dashboard.stripe.com/settings/payments/apple_pay
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The error I am getting is:
Either you do not have a card saved to your Wallet or the current domain (2a85-87-242-246-202.eu.ngrok.io) or stripeAccount parameter (acct_1LCmsf2aLST0XUg8) is not registered for Apple Pay. Visit https://dashboard.stripe.com/account/apple_pay to register this domain.
if you use Connect then you can't/shouldn't register through the dashboard, that won't work
you must register through the API call describe in the second code snippet at https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect, and this only works in livemode(it's impossible to test unfortunately).
Do I need to create a ApplePayDomain for each PaymentIntent or when a Connect Account is created?
the latter
I recommend doing this at the time you create/onboard the account, register all your existing intended domains for them
even if the domain is the same each time?
if it's a new account yes
if you sell on dino-pephanis.com, you have to register that domain once for Stripe accout acct_123, and again for Stripe account acct_456, and again for Stripe account acct_789
OK