#Karoll
1 messages · Page 1 of 1 (latest)
Hi there!
Hi !
First, I want to mention that creating Custom accounts is quite complex, so we usually recommend developers to use Standard or Express account if possible.
oh it's our client requirement. We will display every data to our users
payouts, incomes etc
Got it. Are you creating test mode accounts or live mode accounts?
test mode
Then you should use the values in this doc to get a fully working custom account in test mode: https://stripe.com/docs/connect/testing
In particular: dob: { day: 01, month: 01, year: 1901 } and address.line1: "address_full_match"
More generally, we have this doc on how to handle account verification with the API: https://stripe.com/docs/connect/identity-verification-api
Ok thx