#costia-custom-onboarding
1 messages · Page 1 of 1 (latest)
are you creating account using Stripe API https://stripe.com/docs/api/accounts/create ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes in Node.js and i'm in french so i have to use an account token
I mean the title should the person's job tile, ceo, engineer etc.
if you know what the business is, you can follow https://stripe.com/docs/connect/setting-mcc#list
and find the right mcc number
okay i was not sure it means relationship.title
yes but i found this https://stripe.com/docs/connect/setting-mcc
where stripe say you its can be setup automatically
yup, if you are using hosted onboarding by creating an account link, Stripe will assign an mcc based on the questions user filled in in the hosted onboarding page
Since you are creating the account using API, you can choose to set it explicitly if you know the account's business type
You can set the MCC manually for accounts created with the API, or set explicitly in the same way for Express accounts.