#alexander_farkas
1 messages · Page 1 of 1 (latest)
Hello, apologies for the delay
Do you see Apple Pay on this page? https://stripe.com/docs/elements/express-checkout-element
As far as I know, apple should supercede Link as long as your apple pay wallet is properly set up
Yes, I do
But I don't want to open Link at all, even if it's enabled in the Dashboard
(For some reason I cannot disable it on test environment)
I use Stripe Connect - could it be the reason? I have added exact domain and verified it, but Stripe still prints to console that current domain is not verified.
You should be able to completely disable it, looking in to this and will get back to you
Would you mind sending me your account ID? (acct_123) May be helpful to see your settings here
Thank you for the ID. Looking in to this
Hey @abstract void apologies again for the delay. It actually looks like you and the connected account have link for PRB turned on here https://dashboard.stripe.com/settings/link
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you turn that off I think that should help link go away
Yeah, it worked. But it's stange - I have already disabled Link as payment method.
Why would it still be accessible via PRB
I am honestly not sure why we have the separate settings. Definitely agree that turning it off in PM settings should disable it there as well. Will raise this as feedback.
Thank you for help! Nonetheless, Apple Pay still doesn't show up.
Should I make an api call for each connected account to add and verify domain?
If you are using direct charges then yes you will need to register for each connected account I believe
Is that possible to do it in the Dashboard?
Haven't found Domains section in the connected account profile
Unfortunately not, the doc calls out that this is not possible for Standard connect platforms at the moment
Connect platforms that create direct charges must use the API to manage domains for their connected accounts, not the Stripe Dashboard.
https://stripe.com/docs/payments/payment-methods/pmd-registration?platform=dashboard
Got you! Thank you for the help!
One more question - if some clients use their own Stripe API keys, we should host their own .well-known/apple-developer-merchantid-domain-association on our server?
Or it's identical for every Stripe account
The file is always the same, so you can re-use it acress accounts. You just need to make sure you are using the Stripe-specific one
Which is the one you are already using if you have successfully registered a domain with us
Ok, thank you very much!