#harshilbodara
1 messages · Page 1 of 1 (latest)
👋 happy to help
Thanks! for replay
user create the express account in stripe but if user some information is forgot to add (for exmaple:- bank account and ssn) and click and submit button so account store the restircated status
so when the again login then after how can i check the account is complete or not if not complete so it remaining field user how can add?
i means, i don't want to create new account for that user i means, is it possiable to privious form add ssn and bank details so account will be successfully
Hey! Taking over for my colleague. Let me catch up.
Nope once you created an Account Link, you can't no longer update their fields as a Platform Account, you need to create new Express Account:
https://stripe.com/docs/api/accounts/update#:~:text=Once you create an Account Link for a Standard or Express account%2C some parameters can no longer be changed.
okay, but please assume, user many time forgot to add some details so many account will be creates for that user
I means, some account fails(restricated) and 1 account will be complete successfully
Yes, before creating a new Express Account for a user, you can delete the previous Account via API:
https://stripe.com/docs/api/accounts/delete
okay, got it
Thanks for your Help
Welcome!