#appien.

1 messages · Page 1 of 1 (latest)

sacred inletBOT
maiden wasp
#

hello, can you elaborate your question more please?

#

@clear ledge ^ ??

clear ledge
#

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

maiden wasp
#

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

clear ledge
#

mm right.. can i see somehow in the API that the verification is still pending?

maiden wasp
clear ledge
#

yup but that time is still limitied to investige..

#

tnx i know enough for now