#milashin_im

1 messages · Page 1 of 1 (latest)

vapid summit
#

hello there

#

@wintry idol what are the questions?

#

@wintry idol let's talk here

wintry idol
#

Ok

#

Can I use the API to register an account with tos_acceptance?

vapid summit
#

Can I use the API to register an account with tos_acceptance?
you can for Custom accounts yes. For Express or Standard accounts, no — you redirect the user to our hosted onboarding pages and they accept the terms during that.

wintry idol
vapid summit
#

cool

#

what's your question exactly?

wintry idol
#

Let me explain.

#

I need to create multiple accounts in my business app, I have all the necessary details to create an account in stripe. The main task of my system is to call payments from one account to another, the amounts of these payments are created by my application.

#
  1. Create a stripe account without the end user (all financial information is provided by the user)
#
  1. Perform money transfers from one account to another by them ID
vapid summit
#

I have all the necessary details to create an account in stripe
unless you use Custom accounts you can't really provide all that directly to the API, there's an onboarding page you redirect the user to(though you can prefill some of it). I wouldn't recommend you use Custom as it's a large amount of work, you should use Express(which is what that guide is about).

wintry idol
#

Thank you very much.

vapid summit
#

yes