Can't succesfully create a seller

I’m creating a marketplace and is using stripe.js to let users register as a seller.

Workflow:

  1. Stripe.js - Account (Seller, All) - Create (to actually create the seller)

  2. Stripe.js - Account (Seller, Individual) - Update (to update information about the seller in stripe)

  3. create a token from bank account input

  4. 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?

This topic was automatically closed after 70 days. New replies are no longer allowed.