#NeatFastro-mcc-endpoint
1 messages · Page 1 of 1 (latest)
so I would have to manually copy all the industries values from the documentation and their respective mcc values and then mapped them together?
because stripe api accepts mcc number values and not industry name string value?
Also another question related to connect express account
Yes, or use a third-party API (MCCs are global, not exclusive to Stripe)
Go ahead!
ah got it thanks, is their any api you would recommend?
are their any stripe webhook(s) event(s) for when user successfully completes express onboarding flow?
Nothing I'm aware of, sorry
Yep, you'd listen for account.updated events: https://stripe.com/docs/connect/identity-verification-api#verification-process
looks like it's for the "custom" type
The same principle applies
I was asking for "express" type
ok