#notorious-dan-_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/1318827052530667531
📝 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.
- notorious-dan-_api, 18 hours ago, 29 messages
- notorious-dan-_api, 19 hours ago, 20 messages
Error - The payment method type bacs_debit is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
We have enabled bacs_debit from payment settings
Th'at's the settings for automatic payment methods. https://dashboard.stripe.com/settings/payments you should visit this Dashboard to configure and activate bacs_debit
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 click on the "Configure" button and make sure you finish all the steps?
Let me take a look
Thanks for the additional context/
I just checked the connected account that you specified in the on_behalf_of param, and this account's bacs_debit_payments capability isn't enabled yet.
You need to request bacs_debit_payments capability on this account. https://docs.stripe.com/connect/account-capabilities#payment-methods
This was worked fine in our test mode, We were able to finalize the invoices created using on_behalf_of
This is the connected account
What's the test mode invoice id?
in_1QWyH9IaqbuG8AOjsuOp9xi8
currenty this connected account only has card payment and transfers capabilities
Can I suggest you to request bacs_debit_payments and try again?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Test Connected Account also have the same capabilities, But those invoices were able to finalized
To enable connected accounts to accept a payment method for direct charges or charges with on_behalf_of, you must request that payment method’s capability for those accounts.
reference: https://docs.stripe.com/connect/account-capabilities#payment-methods
So what you experienced in test mode isn't how it's supposed to work, and I'd flag this to the product team.
Can't we create bacs_debit invoices for Restricted connected accounts using on_behalf_of
Did you encounter an error?
No I haven't tried yet
I didn't test this out , but I think you'll encounter error if the connected account doesn't have bacs_debit_payments capability enabled.