#Tomato - Account Tokens

1 messages · Page 1 of 1 (latest)

austere bear
desert pelican
#

My developer said that there are no fields for ID documents for example

austere bear
#

You'll need to create them server-side for now.

desert pelican
#

So how could i create them if stripe does not allow this?

austere bear
#

You would create them on your server.

desert pelican
#

Stripe showed an error when creating a token on the backend

austere bear
#

Ah, you have a French platform. Gotcha. In that case you'll need to create the Account Token client-side. Since React Native doesn't support Account Tokens yet you'll likely need to use a web view that opens a page hosted on your server using Stripe.js to create the Token.

desert pelican
#

Maybe is there another way to solve this problem?

austere bear
#

Probably not without switching away from React Native. Will the web view not work for you?

desert pelican
#

This is a very difficult crutch

austere bear
#

If there was an easier way I would recommend it, but the React Native SDK doesn't support Account Tokens yet. You'll either need to wait until it does or use an alternative like the web view.

desert pelican
#

Ok, thank u