#rstupek

1 messages · Page 1 of 1 (latest)

analog badgerBOT
kind grail
#

here is the api result
{ "id": "apwc_1Mtd5wGd1oVRCRjwUeegdWln", "object": "apple_pay_domain", "created": 1680727096, "domain_name": "bubba.bizsiteservice.com", "livemode": false}

half tinsel
#

I believe this sets the domain on the platform account. Are you seeing it there?

kind grail
#

not on either account

#

the appropriate connect headers are set per the connect api requirements

#

with Stripe-Account= set to the connect account

half tinsel
#

Do you see request logs for the request to add the domain? If so, can you include a request ID for the domain that you added via the api?

Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request

kind grail
#

nope nothing in the logs for either account, the platform nor the connect account

#

I do have this id from the response to the request
"id": "apwc_1Mtd5wGd1oVRCRjwUeegdWln"

half tinsel
#

taking a look now

#

So this was created with a test mode only account (acct_1MrOsQGd1oVRCRjw). From the docs mentioned in our previous thread:
You must use your platform’s live secret key to register the domains—don’t add domains in test mode.

kind grail
#

ok so when I go live it should work?

half tinsel
#

You may want to set this up in with a sandboxed live mode account to make sure everything is working properly, but yes: it should work once you go live.

kind grail
#

ok I'll give that a shot

#

thanks again for the help