#renangilles
1 messages · Page 1 of 1 (latest)
You probably needs real information to go live. If you open the account on your Dashboard, don't you see it has some warning?
I get the following error when testing account creation: invalid_request_error
Outside test mode, account tokens can only be created using your application's publishable key. You should only create account tokens in your client application (for example, using Stripe.js or the Android or iOS SDKs) and never from your application server. Creating account tokens from your application server may prevent you from complying with certain regulations.
Ah yes that error message makes sense. Typically on Test mode there is not such a restriction, but in Live mode you can't create account token in backend like you are (probably) doing
How can I create an account?
How are you currently creating it? and which Doc are you following?