#lp-paymentintent-clientsecret
1 messages · Page 1 of 1 (latest)
lp-paymentintent-clientsecret
Hey @still bobcat can you simply increase the amount first to see if that fixes the issue?
it did
Okay so I think you were just unlucky where that amount in USD when converted to your local currency for your Stripe account was below our minimum amount, the thing linked in the error message: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
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" };
ACH Debit only works for US Stripe accounts. I assume you are not based in the US
the company is, my current IP is not
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?
pi_3N8QIoDtG8GsKfDB1VXVdYsk
where do I set up or configure the stripe account location?
the Stripe account you are testing on is based in Canada. You likely configured Canada when you signed up
You can see the country in your Account Details settings https://dashboard.stripe.com/settings/account
is the following set up enough?
yes
and then you likely need to go and enable ACH Debit / us_bank_account in your payment method settings
I recommend carefully reading https://stripe.com/docs/payments/ach-debit and following that end to end guide
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
If you look at the doc I just gave you it clearly has a testing section!