#phil_pmd-list

1 messages ¡ Page 1 of 1 (latest)

keen pumiceBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1301334913278017628

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

brisk mesa
#

Hi koopajah, to simplify my question:

Where can I see the registered domains in the stripe dashboard? I'm expecting to see the same domains as the results from stripe payment_method_domains list --stripe-account acct_xx when running in the stripe shell but I'm not.

I'm running the stripe shell on my Stripe Connect account and providing the connected stripe account id in --stripe-account

i.e. in this stripe shell https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard&shell=true&api=true&resource=payment_method_domains&action=create#register-your-domain-while-using-connect

odd torrent
#

phil_pmd-list

#

The API should work the same as the Dashboard. Unfortunately this is a bit vague and you are also using Stripe Shell which has its own quirks

#

Can you share an exact PaymentMethodDomain that you don't find with the exact id, url and the connected account id so I can investigate?

#

@brisk mesa I have to run soon, do you have a bit more details before I close?

brisk mesa
#

Yes give me 1min please

#

Connected account id: acct_1PzqZO2L9KTjPHa2
**Payment method domain id: **pmd_1QC8lA2L9KTjPHa2dhB6xQRR
Url: /v1/payment_method_domains (this is from the result)

Is that want you wanted?

#

Note that I've checked both the connected account dashboard and the Stripe Connect dashboard, neither show the same domains as when calling stripe payment_method_domains list --stripe-account acct_xx

odd torrent
#

Maybe. So you are not seeing that object id when you use the List PaymentMethodDomains API?

#

I think I'm still completely misunderstanding the question unfortunately

#

acct_1PzqZO2L9KTjPHa2 looks like a Sandbox account

brisk mesa
#

Yes it's a sandbox account

Basically I'm wondering why I can't see the domains from stripe payment_method_domains list --stripe-account acct_xx on my dashboard

odd torrent
#

What do you see in the response when you use that API?

brisk mesa
#

3 registered domains

which is not what I see either the stripe connect or connected account dashboards

odd torrent