#ismirv
1 messages · Page 1 of 1 (latest)
- do you have a link directly to the page with the problem?
- are you using Connect at all in your integration?
ack. So looking at that page, is it accurate to say you are trying to take a payment there for your connected account acct_1Lut7sPsqDRjTcKz and passed that account to stripeAccount when initialising the Stripe library?
yes, we create an intent for this entry and use it
It's confusing that google pay works well
you have to register the domain for the connected account, by making the API call described at https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html&html-or-react=html#html-js-using-with-connect using your livemode secret key of your platform
and yes this is a requirement from Apple, Google Pay doesn't have the same one
I'd also point out that you would be doing Direct Charges with Custom accounts, which is not a flow we recommend by default
Could we use “Allow connected accounts to customise their own payment methods from the Dashboard” and register domain through web dashboard?
no
a) it's a Custom account, it has no dashboard access whatsoever
b) it's a hard requirement to register the domain in the way I described when using Apple Pay with Connect
Ok, thanks, I will try this.
The problem has been solved, thanks)