#Tomato-token creation
1 messages ยท Page 1 of 1 (latest)
this structure for create account token
But have this warnings
And this fields didn't send
do you have a request id I could take a look at? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
what version of Stripe js are you using?
"@stripe/stripe-js@^1.17.1":
version "1.17.1"
"@stripe/react-stripe-js@^1.4.1":
version "1.4.1"
If we reformulate the question:
How create account token in stripe.js for this type of account
I use this structure in right column
I think it's proper to update the version of your npm packages
this way those warnings will no longer be of an issue
let me know if you need any more help
Can you help me understand the issue?
Yea
I need create account token for UAE connected account
I use stripe.js
I use this to understand fields structure
But i have errors on frontend
@wet nova
Those parameters are for the Accounts API, not creating a token: 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.
ow, ok
but as i know in Europe stripe account we can create account only through account token
Does it necessarily for OAE?
You'd an external account (bank) through a token
But that document you just linked is for account creation/onboarding, which isn't entirely possible with Stripe.js (you need a server)
What kind of connected accounts are you making?
Java or JavaScript?
If you're using JavaScript, then you'd just use stripe-node on the backend
But you need a server-side integration to create and onboard accounts. See: https://stripe.com/docs/connect/express-accounts
Because you don't pass them when creating the account, they're collected during our hosted onboarding (see the last link I shared)
But we have custom connected account
So we don't redirect user to stripe onboarding page
Representative is basically the Person API: https://stripe.com/docs/api/persons/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.