#Yohan[3A] - account token

1 messages · Page 1 of 1 (latest)

sharp dirge
#

Happy to help, can you tell me more about your problem?

#

Ah, I see your screenshots. Can you send me the snippet of code that is raising that error?

foggy oriole
#

Thanks

#

I use django for the development of a market place, and I use connect custom the problem is that my market place is based in france so stripe asks me to use a token account for the creation of an account link, so I followed the doc but it seems that django does not execute the scripte.js provided by stripe

sharp dirge
#

Thanks for the context, can you send me the python code where our API is saying that you are passing an empty string for account_token?

foggy oriole
sharp dirge
#

I am looking for the part of your code that calls stripe.Account.create directly

foggy oriole
foggy oriole
sharp dirge
foggy oriole
foggy oriole
sharp dirge
#

You will probably want to make a REST request from your client-side code to your server that passes the token.

#

Is your code currently doing something like that?