#appien.
1 messages · Page 1 of 1 (latest)
we are testing custom accounts.. when the custom account fill in his information... it can happen the doucment verification needs to be done later..
between that time... we want to show to our user.. that stripe is verifying the data... how can we get this infor form the stripe api? or how can we simulate a long verification time
in test mode, you can't do this really well as the verification never takes too long. So my recommendation is that you mock it in your application by "pretending" the verification is pending. It will momentarily show the pending verification in test mode too (see the account.updated webhooks but will quickly become verified
mm right.. can i see somehow in the API that the verification is still pending?
The Account object's requirements hash will have lots of information: https://stripe.com/docs/api/accounts/object