#cj_api

1 messages ยท Page 1 of 1 (latest)

thin garnetBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1286636088949080074

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

wintry bridge
#

I'm currently using

stripe.accounts.create({
    controller: {
      stripe_dashboard: {
        type: "express",
      },
      fees: {
        payer: "application"
      },
      losses: {
        payments: "application"
      },
    },
  });
#

and onboarding via the generated link

trim hemlock
wintry bridge
#

What should I use for just individuals trying to make pocket money?

trim hemlock
#

are you asking me what value for url you should use for that?

wintry bridge
#

ya they got no url

trim hemlock
#

well you can pass the URL of their "profile" on your website if that applies. Or pass business_profile[description] instead, I believe you can use that instead of a URL.

wintry bridge
#

I see

#

how do I prepopulate this option

trim hemlock
#

business_profile[mcc]

wintry bridge
#

oh interesting

#

should I not give them any capabilities since they are not doing anything? they just ganna get paid with destination charge

trim hemlock
#

no; that requires having the transfers capability.

#

you may or may not be able to create accounts that only have the transfers capability, it depends on your platform account's settings and the countries you/the accounts are in.

thin garnetBOT
wintry bridge
#

hmm how come this page still appears?

grim matrix
#

Because although you can prefill the fields, we still present them to allow the user to change/update them. If you wanted greater control over the onboarding UI then perhaps you should explore a direct API integration

wintry bridge
#

hmm so with stripe onboarding, there is no way to not show this page?

grim matrix
#

Correct

wintry bridge
#

if I use direct API integration, would sms validation and id validation be done by stripe?

grim matrix
#

Yes, we still carry out the KYC verification. Except you're responsible for collecting and sending the info to us: https://docs.stripe.com/connect/api-onboarding

There is way more complexity involved in integrating this way, generally not recommended for smaller platforms/merchants

Build your own onboarding flow using Stripe's APIs.

wintry bridge
#

I see...

#

how do onboarded accounts look at their express dashboard?

grim matrix
#

Well if you do that kind of onboarding, the accounts you create have no Dashboard access. You'd need to build your own โ€“ as I said, way more complex

wintry bridge
#

what about if I just use the stripe onboarding?

#

I don't want to build my own

grim matrix
#

Then yes, they'd have Dashboard access. The type would depend on what you configure

wintry bridge
#

its express one. It seems like I need to generate a link for them to use if they wanna view the dashboard? is this correct?

grim matrix
wintry bridge
#

i see

#

will KYC verification still pass if the company description is very vague? They are just all individuals so I'm not intending to put anything detailed

grim matrix
wintry bridge
#

I am onboarding individuals but its asking to enter bunch of business information...

#

which is why I didn't want it to show

#

not sure why it shows up for individual