I’m creating a marketplace and is using stripe.js to let users register as a seller.
Workflow:
-
Stripe.js - Account (Seller, All) - Create (to actually create the seller)
-
Stripe.js - Account (Seller, Individual) - Update (to update information about the seller in stripe)
-
create a token from bank account input
-
And when token is created updating the account with the peyment method.
The account is created in Stripe but is restricted because missing information:
- Account application missing (uploading some sort of verification of identity, can i deactivate this?)
- Add missing information about the individual (personal information missing)
- Payouts are disabled until a representative is added (category and business url missing)
- Add a bank account or debit card
All this meaning that the step “Stripe.js - Account (Seller, Individual) - Update” never updates the stripe account. Why?