#Killian Quoniou
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can find out more about how to test your connect integration here https://stripe.com/docs/connect/testing
ok thanks i'll check that
let me know if you need any more help
yes i have another question
when i retrieve an account which field should I consider to know if the account verification is "pending" ?
and more generally what are the fields to consider to know the state of the account and if more documents are needed how do "requirements" field work ?
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
It's mostly charges_enabled and payouts_enabled: https://stripe.com/docs/api/accounts/object#account_object-charges_enabled
ok so if both enabled then the account is fully verified ? if they are not enabled then what is the status ? pending or rejected ?
my users create their custom account by using my website
and i want to provide a way to know what is the status of their account
that's why i need to have a set of rule to determine the status like it is print on the dashboard on Stripe
and also know if documents are needed for the verification to inform my user that they have to provide them
You can rely on those 2 fields for this. And in requirements you can see if more documents are needed: https://stripe.com/docs/api/accounts/object#account_object-requirements
ok so if both fields are at "true" then the account is fully validated right ?
if they are at "false" it means "pending" or "rejected" and by looking in "requirements" i can decide between both right ?
Correct.
ok thanks
Happy to help. Please, let me know if you have any other questions.