#lp-paymentintent-clientsecret

1 messages · Page 1 of 1 (latest)

mild quarryBOT
crimson gyro
#

lp-paymentintent-clientsecret

#

Hey @still bobcat can you simply increase the amount first to see if that fixes the issue?

still bobcat
#

it did

crimson gyro
still bobcat
#

sure let me take a look. I am facing the same issue with ACH

#

or perhaps , not sure though

#

Thanks for your patience@crimson gyro
Mind the extract below:
The payment method type "us_bank_account" 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.
When
PaymentMethodTypes = new List<string> { "card", "us_bank_account" };

crimson gyro
#

ACH Debit only works for US Stripe accounts. I assume you are not based in the US

still bobcat
#

the company is, my current IP is not

crimson gyro
#

the IP doesn't matter at all

#

But really if you get that error it's because your account is not US based or doesn't have ACH Debit support

#

Can you give me an example PaymentIntent id pi_123456?

still bobcat
#

pi_3N8QIoDtG8GsKfDB1VXVdYsk

#

where do I set up or configure the stripe account location?

crimson gyro
#

the Stripe account you are testing on is based in Canada. You likely configured Canada when you signed up

still bobcat
#

is the following set up enough?

crimson gyro
#

yes

#

and then you likely need to go and enable ACH Debit / us_bank_account in your payment method settings

still bobcat
#

hmm so I do need a real debit account to test the ACH integration?,
is there any dummy account? e.g. the credit card 4242**4242?

#

just for dev purposes and to test as much statuses/scenarios

crimson gyro
#

If you look at the doc I just gave you it clearly has a testing section!