#heenatejwani_code

1 messages ¡ Page 1 of 1 (latest)

shadow valleyBOT
#

👋 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.

rapid path
#

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

Learn about the different ways to integrate payment methods.

vast karma
#

hey there, i see the error. Do you have the AU Becs payment method enabled in your dashboard?

rapid path
#

yes

#

you there?

vast karma
#

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?

rapid path
#

I have 2 setup of code

  1. Stripe Sample code with my project code
  2. 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

vast karma
#

What is working?

#

Do you have an example?

#

Are you trying to setup AU Becs payment methods for customers on connected accounts in AU?

rapid path
#

Account is ACH

#

76lmst5843lgktmrs8p4ketbam141800

#

Session id

#

This one is opening page

#

not giving error

vast karma
#

Sorry, what is that ID? That is not a stripe object ID i recognize.

rapid path
#

Session id

vast karma
#

Of what?

#

Where are you getting that from?

rapid path
#

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.

#

Can you enabl this in my account?

vast karma
#

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

vast karma