#Omri-bacs_debit

1 messages · Page 1 of 1 (latest)

icy plover
#

Hi, could you please provide a request id req_xxxx?

sweet tundra
#

req_H1TlKNUVsbHRbv

icy plover
#

Let me take a look

sweet tundra
#

I cannot request access in Test mode

vapid goblet
#

it should just work in test mode, you don't need to explicitly activate it.

#

the error message you posted is about BACS Debit though, not SEPA Debit(or ACH Debit), they're all different things.

Can you share the request ID for the actual error, or the code you ran that results in that specific "The payment method type provided: bacs_debit is invalid." error ?

sweet tundra
#
      payment_method_types: ['bacs_debit'],
      mode: 'setup',
      success_url: 'https://example.com/success?session_id={CHECKOUT_SESSION_ID}',
      cancel_url: 'https://example.com/cancel',
    }, {stripe_account: @entity.stripe_uid})```
#

and I try to run it for my first time

vapid goblet
#

can you share the acct_xxx account ID you're using as "stripe_uid"?

#

this error means that BACS is not enabled on that account, so that's the one where it might have to be activated. The details of how to do that depend on what that account is.

sweet tundra
#

yes, one sec

#

acct_1J3FzACX4dX04uRZ

vapid goblet
#

ok, that is a testmode Standard Connect account in the US. US Stripe accounts can not accept BACS payments, so this won't work.

sweet tundra
#

ohh ok thanks

#

I need to create a new test account with country UK?