#Yohana
1 messages · Page 1 of 1 (latest)
Can you share the request id req_xxx? You can find it on https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This Connect account cannot currently make live charges. The
requirements.disabled_reasonproperty on the account will provide information about why this account is currently disabled. If you are a customer trying to make a purchase, please contact the owner of this site. Your transaction has not been processed.
If you are the Platform, you can check the account's requirements.disabled_reason as the error suggested
i am the administrator of the account .. how do i reach the "requirements.disabled_reason"?
You mean you are the Platform right?
You can call Retrieve Account API and pass the Connected Account Is
Or you can simply view it in your Dashboard
starting on the second method .. on the dashboard how do i check?
the on the API can you shra sample request body and endpoint so that i can test on my Postman ?
Just paste the Connected Account Id into your Dashboard search box
For the API: https://stripe.com/docs/api/accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You may be login in different account
That PI was created from this account acct_104JdY4hiKc2kZhp
let me try on Postman
i can see a lot of parameters not enabled others are pending
You would want to check the disabled_reason
ok .. i can find it on the same request or need to send another one?
In the same response I believe
i checked twice i couldn't see .. may be i share you the response body
It's in the requirements hash: https://stripe.com/docs/api/accounts/object#account_object-requirements-disabled_reason
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.