#kat-Connect
1 messages · Page 1 of 1 (latest)
It's not explicitly documented, but you can refer to this doc https://stripe.com/docs/connect/bank-debit-card-payouts#supported-settlement
Choose a country and you can see what agreement it supports
ahh interesting. So if I'm in the US, I need to first ask users if they're in the US, and do a full agreement in that case, but if they're not, I do a recipient agreement? How do I provide the user location? Through the individual field?
https://stripe.com/docs/api/accounts/create?lang=python#create_account-country you can specify the account's country when you create it. Or the account can provide this information later during onboarding
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks!
No problem!