#stanmatveyev_84067
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- stanmatveyev_84067, 3 days ago, 6 messages
Hmm, it'd depend on how you're creating them via the API I would guess. They should all be listed in the Dashboard though. Have some example pmd_xxx IDs or API requests?
We are using Connect and create payment domains on behalf of connected accounts.
so to see them we use curl https://api.stripe.com/v1/payment_method_domains
-u "sk_test_of_platform_account:"
-H "Stripe-Account: acct_1Oc2kRLWbXrdxutG"
Ok, and which account Dashboard are you not seeing the domain created by that request in?
but if I run this request with Account acct_1Oc2kRLWbXrdxutG key, I don't see previosly created domains
the same for Dashboard for acct_1Oc2kRLWbXrdxutG
That's because it's been created by the platform for Connect purposes by this API request
Separately the account themselves can register the same domain(s) for their own usage without the platform
So yes, an account can have multiple registrations for the same domain in effect
I see, thanks for explanation.