#heenatejwani_code
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/1409885746990546986
đ 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.
- heenatejwani_code, 6 days ago, 16 messages
- heenatejwani_docs, 6 days ago, 11 messages
Error is
The payment method type provided: au_becs_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. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations.; request-id: req_7xiZ9S4d4Uxsln
hey there, i see the error. Do you have the AU Becs payment method enabled in your dashboard?
Yep still looking
You account is a US account and isnt eligible for using AU Becs, its only available to businesses in AU.
And you don't have it enabled (because you can't).
Can you tell me what you're looking at that made you think it was enabled?
Are you perhaps logged in to a different AU account and then mixing up the API keys in your tests?
I have 2 setup of code
- Stripe Sample code with my project code
- The sample code from stripe website
Using same US platform aacount for both setup
for 1 . it is working but for 2. it is giving error
What is working?
Do you have an example?
Are you trying to setup AU Becs payment methods for customers on connected accounts in AU?
Account is ACH
76lmst5843lgktmrs8p4ketbam141800
Session id
This one is opening page
not giving error
Sorry, what is that ID? That is not a stripe object ID i recognize.
Session id
I am trying to use embedded component for Stripe UK DD
but I have test account for AUD only which is connect account in ACH account
controller-with-preconnect-dfa2e292011e19fed08ac724f1c2261d.js:1 [Stripe.js] The following payment method types are not activated:
- au_becs_debit
They will be displayed in test mode, but hidden in live mode. Please activate the payment method types in your dashboard (https://dashboard.stripe.com/settings/payment_methods) and ensure 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.
Can you enabl this in my account?
You can enable it in your own account settings at the link in that message for compatible accounts
How are you initializing Stripe.js in your code?
I'm still trying to get a handle on what you're doing to help you figure out why something is not working
This looks like you are using connect, from your US platform to an AU connected account
That's working for AU becs because its in the context of an AU account via connect
The failing request you shared at the start was just on your US platform, without the AU connected account context, and US accounts cannot use AU Becs
Like this error: https://dashboard.stripe.com/test/logs/req_A8zQEufkzphbMB
This is not providing the connected account connected for an AU account, so AU Becs is invalid/unsupported
If these requests are coming from two different integrations (our samples vs your code, for example), then you should look at the difference between those, in particular the stripeAccount options to provide that connected accoutn context