#yathartha_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1309435006283944016
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- yathartha_api, 11 minutes ago, 3 messages
I have enabled it from the dashboard
may be this is the latest request: req_ljSZOaMxQPMRS0
I still don't see BECS direct debit enabled in https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1QDKfnKlvrb1S00mYyJIUHv2 on the platform account for the connected account payment configuration.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can you share which account this is referring to
https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1QDKfnKlvrb1S00mYyJIUHv2 is the page on platform account acct_1NhnEbKlvrb1S00m which Stripe will use to determine the supported payment methods on Standard connected accounts.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is this the account id: acct_1Pd8Eh4EC8ALy01s
i have logged in to this connect account and above image is the update of this account
the request id i have provided is from the logs of the account: acct_1Pd8Eh4EC8ALy01s
You shouldn't log in to the connected account to manage the payment methods.
For the capability access using Platform acct_1NhnEbKlvrb1S00m secret key in https://dashboard.stripe.com/test/logs/req_ljSZOaMxQPMRS0 for acct_1Pd8Eh4EC8ALy01s, this will read the payment method configuration for all the Standard connected accounts managed by the platform.
The capabilities are managed by the platform, not directly on the connected account.
You should use https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1QDKfnKlvrb1S00mYyJIUHv2 to manage the connected account payment method options.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Could you try enabling BECS direct debit in https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1QDKfnKlvrb1S00mYyJIUHv2 and retrieve the capability again to check if works?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Previously I was told that, to ebable direct debit in the connected account, we need the respective connected account to login and enable so, I did the same in the test mode
but now I saw different ui and clicked the request access button and the status is changed to inactive now
Could you share the Dashboard link for this screenshot?
In test mode how to provide the required additional information
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Are you requesting in live mode? Which account did you log in to?
no i am in test mode
acct_1Pd8Eh4EC8ALy01s
I logged in to shristi.ebpearls+businesswithstripe@gmail.com
Could you follow the step to complete requesting the access?
Could you also share what you're trying to do here?
I wanted to hide the add bank account UI when the connected account has not enabled it. If we show that now and feature is not enabled then it does nothing.
In live client have it working but in test mode I donot know how to complete this step. So i am could not test it
hi! I'm taking over this thread.
HI
I just logged in into acct_1Pd8Eh4EC8ALy01s, and BECS is already turned on in testmode:
Yeah
But when querying the capability, it is showing me inactive
status
{
id: 'au_becs_debit_payments',
object: 'capability',
account: 'acct_1Pd8Eh4EC8ALy01s',
future_requirements: {
alternatives: [],
current_deadline: null,
currently_due: [],
disabled_reason: null,
errors: [],
eventually_due: [],
past_due: [],
pending_verification: []
},
requested: true,
requested_at: 1732265399,
requirements: {
alternatives: [],
current_deadline: null,
currently_due: [
'person_1Pd8KD4EC8ALy01sQCqXJpiI.verification.proof_of_liveness'
],
disabled_reason: 'requirements.fields_needed',
errors: [],
eventually_due: [
'person_1Pd8KD4EC8ALy01sQCqXJpiI.verification.proof_of_liveness'
],
past_due: [
'person_1Pd8KD4EC8ALy01sQCqXJpiI.verification.proof_of_liveness'
],
pending_verification: []
},
status: 'inactive'
}
having a look...
SUre: you can use this event also if useful:evt_1QNsYv4EC8ALy01sARqefvnp
yep, that's exactly what I was looking at
I think you need to provide the missing information to the account itself first
requirements: {
alternatives: [],
current_deadline: null,
currently_due: [
"person_1Pd8KD4EC8ALy01sQCqXJpiI.verification.proof_of_liveness"
],
but I donot have one, In test mode is there any thing that i can use to complete it and from where do i get the ui to provide those information
since it's a Standard account, you need to login to the connected account, and the dashboard will tell you exactly what is missing and how to provide it.
and next time you create a connected account in test mode, use the values listed here to get an account that is already verified: https://docs.stripe.com/connect/testing
I am currently logged in but I could not find the suggestions
Now it has move to pending status
did you submit some details in your account?