#iulyan - Apple Pay
1 messages · Page 1 of 1 (latest)
Hello, when checking out acct_1IDhh2EGIvIcDdSH, it looks like it doesn't have an apple pay domain registered for that URL
Are you that accountholder or are you the platform?
platform only
so this from the image is not correct?
or from the API:
{
"object": "list",
"data": [
{
"id": "apwc_1LZfwGJMXBWnTQ4r4nKgxyGh",
"object": "apple_pay_domain",
"created": 1661195132,
"domain_name": "4173-2804-d55-5877-6200-f14a-bcc9-457e-307e.sa.ngrok.io",
"livemode": true
},
That screenshot is correct but it is from the platform account. The domain needs to be registered on the connected account in most cases
got it, is there a way to do from the API then?
I tried with its key but didn't work
Yes actually, was going to get the doc for this
ty
Here is the doc on how to do this in the API https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect
will test, thanks
The other thing to keep in mind is that your connected account needs to be connected to your platform in live mode. Currently these accounts are only connected in test mode
It's kind of unfortunate but you need that live mode connection even to use apple pay in test mode.
understood, appreciate the tips