#Thomas C.-failed-charge
1 messages ยท Page 1 of 1 (latest)
Hi i have this error
Your account cannot currently make charges. To find out why charge creation is currently disabled, look at the requirements.disabled_reason property on this account
You have a idea ?
I am in test mode
I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email
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.
i'ts technical question
I'm afraid this isn't really in our scope. This server cannot diagnose charge failures. If you are the platform and you have integration questions, then we can help, but as of now I can't really do anything with the information you've given me
When I create a stripe express account and I want to pay it shows me this message
Okay. Have you looked at requirements.disabled_reason?
Where is it?
On the Account object: https://stripe.com/docs/api/accounts/object#account_object-requirements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What are you trying to do?
So that creates an account, but you need to retrieve an existing account in order to view requirements.disabled_reason
I dont understade
Which part don't you understand?
I don't really understand what I have to do?
That error message indicates that there are additional verification requirements that need to be met in order for the account to accept charges. You need to look at that account and figure out why it has charges blocked
Stripe tells you if things didn't verify and reaches out to your customers to request more verification info, but if they don't provide it then it's up to you to figure out why and choose what to do from there