#mathers_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/1262344682709450775
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
that's the default behavior and unfortunately there's no workaround
on the dashboard there is a way for me so select a country and it shows me its capabilities and tos acceptance
I don't really understand the question sorry. You can pass country and capabilities when calling https://docs.stripe.com/api/accounts/create .
yes exactly how do i know countries with their specific capabilities
not sure what you mean, what information do you need to know? you pass country as the country that the user who's signing up is located in, and optionally can pass capabilities to request specific capabilities on the account like the ability to process card or other payment methods.
ok for example US service agreement is full while for some other countries it can be recipient and also for capabilities for some countries varies from US,
most of that information is all captured in various docs such as
https://docs.stripe.com/connect/service-agreement-types
https://docs.stripe.com/connect/required-verification-information
https://docs.stripe.com/connect/account-capabilities#payment-methods
thanks