#juangomez0120_error
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/1357515453316206622
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the request ID (req_xxx) of the error, so that I can look into the issue further? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
req_Anm6wbTQn95iqK
For https://dashboard.stripe.com/invoices/in_1R8mmjBsYzIqHjob1TM49ltx, only PADS, card and Link payment methods are supported. us_bank_account was not part of supported payment method in this invoice. That's why this error was thrown
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 there a way I can add more supported payment methods so that I can include the account?
https://dashboard.stripe.com/settings/payment_methods/pmc_1Py5BpBsYzIqHjobHbFgAsm9 (Billing Payments) - this is the payment method configuration on the live invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
us_bank_account can be enabled here
Only new invoices will include the newly enabled payment method, not existing finalised invoices
Thanks!