#VoodooPrawn

1 messages ยท Page 1 of 1 (latest)

scarlet mesaBOT
feral tinsel
#

Hi there!

pastel marsh
#

Hi

feral tinsel
#

Apple Pay should work in both UK and Australia. Do you have a link to your Australian page so I can try to reproduce the issue?

pastel marsh
#

Sure

#

WARNING! This is a live payment page, so please don't pay it

#

Will delete link once you've checked it

feral tinsel
#

Thanks, you can delete the link.

pastel marsh
#

Done

feral tinsel
#

Give me a few minutes to look into this.

pastel marsh
#

Sure

feral tinsel
#

Looks like you are using the Payment Request Button for this? I do see Google Pay on Chrome, but I don't see Apple Pay. Looking...

pastel marsh
#

Yea that's right

#

Payment Request button

feral tinsel
#

I think there's an issue with how you registered the Apple Pay domain.
It looks like you are using connect and doing Direct Charges (using the Stripe-Account header to create the PaymentIntent on the connected account)?

pastel marsh
#

Yea, this is an OBO connected account

#

as in, the payment requests are using the OBO flow

#

so the payments go directly the the Connected Express account

feral tinsel
#

So I see the domain registered on your platform account, but it should be registered on the connected account.

pastel marsh
#

interesting

#

and we will need to do that for every Connected account?

feral tinsel
#

If you are using Direct Charges, then yes, since the payment happens on the connected account.

pastel marsh
#

Yea, that does make sense

#

presumably multiple connected accounts can be linked to the same domain?

feral tinsel
#

Yes

pastel marsh
#

question

#

will the verification string that needs to be added (.well-known/apple-....) be the same each time?

#

or different for each connected account

feral tinsel
#

However I noticed that your connected account is an Express account? Note that we don't recommend to use Directly Charge for Express account.

Using direct charges is recommended for Standard accounts. The connected account is responsible for Stripe fees, refunds, and chargebacks. For more information about the different types of Connect charges, see Charge types.
https://stripe.com/docs/connect/direct-charges

#

will the verification string that needs to be added (.well-known/apple-....) be the same each time?
Yes, you add the .well-known file once to your website, and then register the domain with each of the connected account.

pastel marsh
#

Yea, they are Express accounts

#

When I view the Dashboard for this connected account there doesn't seem to be access to the "Payment Methods" settings screen when you can get to the Apple Pay configuration

feral tinsel
pastel marsh
#

ah, you can do it with the API

#

just not the Dashboard

#

(we did it with the Dashboard for the platform account and assumed it would be the same here)

#

but that's fine

#

FYI the reason we're using Express + Direct is that we're UK based and you can't do transfers from AU to UK

#

so we can't use destination and have to use the OBO flow instead

feral tinsel
#

ah, you can do it with the API just not the Dashboard
Correct!

pastel marsh
#

interesting

#

I think there may also be business reasons why we don't want to be the settlement merchant

#

We had a pretty long video call with the Stripe office in London about it a while back and they seemed to agree at the time that we should be good with the current set up

#

but I appreciate the advice

#

You guys on this Discord are extremely knowledgable, so much easier than speaking to regular support ๐Ÿ˜„

feral tinsel
#

Happy to help ๐Ÿ™‚
FYI the downside with your current setup is that the connected account is responsible for refunds and disputes, but the Express dashboard doesn't allow to manage refunds and disputes. That's why we recommend Direct Charges only for Standard connected accounts.

pastel marsh
#

we've built the ability to process refunds into our application

#

but admittedly we don't have any way for them to manage disputes

#

are disputes accessible via the API?

feral tinsel
pastel marsh
#

perfect, sorry I could look that up myself

#

I think we will have to add an interface for managing disputes our side

#

but thank you