#rstupek
1 messages · Page 1 of 1 (latest)
here is the api result
{ "id": "apwc_1Mtd5wGd1oVRCRjwUeegdWln", "object": "apple_pay_domain", "created": 1680727096, "domain_name": "bubba.bizsiteservice.com", "livemode": false}
I believe this sets the domain on the platform account. Are you seeing it there?
not on either account
the appropriate connect headers are set per the connect api requirements
with Stripe-Account= set to the connect account
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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"
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.
ok so when I go live it should work?
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.