#matt-paymentelement-apple
1 messages · Page 1 of 1 (latest)
Hello! Apple Pay and Stripe Connect with Standard accounts is extremely hard to get right unfortunately
Can you give me the account id you are testing on @narrow sky I can have a look
thank you 🙏 The connected account I'm testing on is acct_1J7UPjCkt0OC1etv
The most recent setup_intent log in test mode on that account is my most recent setup intent call I'm hooking up to the payment element
okay that account is connected in Test mode so that will basically never work
you need a Live mode connection for it to work
Also you never registered your domain on that account which would also never work
You likely missed https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect as the doc completely as it covers both of those requirements
Alright I'll try it with a live mode connected account in test mode.
In terms of the domain - does that mean I need every single one of my connect accounts (even the ones 'managed by the platform') to verify my domain? It's not just the platform account that needs to verify the domain?
doh, maybe I should have read #2 more carefully in that link. So the suggestion for the domain link api is so that customers don't have to do that at all via the dashboard
You're the platform, so you control their integration so with Standard accounts you use Direct Charges and you will have to register the domain
It's extremely important that they don't do it in the Dashboard themselves. If they do, it'll never work for you and you can't even know this (weird quirk)
alright thank you, I appreciate the assistance koopajah!