#tjon_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1336785338659766293
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm taking a look
thank you also if you need a different req let me know i'm not sure how to trouble shoot it
You're using Connect here right? Are you using the stripe-account header to do everything as the Connected Account?
yes
Gotcha, did you register the domain on your Platform or Connected Account?
platform for sure let me check the connected
That could be the cause. The domains need to be registered on the Connected Account for Direct Charge flows.
https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#register-your-domain-while-using-connect
no we dont have it on the connected
ok that looks like it worked
interestingly enough though it looks like we dont have our test site in the domain listing but it still works does it have a different level of strictness based on test mode?
I don't think so
ok thanks we'll take a look see what we did different
on that note sorry to bother you but is there a way to check the connected accounts registered domains?
I'm not sure if there is a good way to do that from the dashboard, but from the API you can use this endpoint to list Payment Method Domains:
https://docs.stripe.com/api/payment_method_domains/list
If you use the stripe-account header then you'll list the PMDs for the Connected Account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
exactly what i was looking for thanks