#zepatrik
1 messages · Page 1 of 1 (latest)
Hi
What exact PaymentMethod are you referring to as bank debit?
https://stripe.com/docs/payments/bank-debits
any
we need at least sepa and ach
when I try to add "us_bank_account" as a payment method when creating the checkout session I get
An error occurred:: {"status":400,"message":"The payment method type provided: 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. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations.","param":"payment_method_types","request_id":"req_UhlAC8WNAWo0BB","request_log_url":"https://dashboard.stripe.com/test/logs/req_UhlAC8WNAWo0BB?t=1681816527","type":"invalid_request_error"}
but I cannot enable it for that account, as it is not verified
btw, I am not even sure if us_bank_account maps to ACH Debit, as that is not documented anywhere
Try to activate these payment methods in your test mode:
https://dashboard.stripe.com/test/settings/payment_methods
For Sepa, You can use these test data:
https://stripe.com/docs/payments/sepa-debit/accept-a-payment?platform=web&ui=checkout#test-integration
Yes it is. refer to this guide:
https://stripe.com/docs/payments/ach-debit/accept-a-payment
Because US bank account are available only for US accounts, while your's is in Germany.
Refer to the ACH DB guide, section Country availability
https://stripe.com/docs/payments/ach-debit
Hm I cannot change the accounts country for some reason:
but also not abort or continue activation
for these kind of question/request you need to reach out to Stripe Support at https://support.stripe.com/contact
ok thx anyway
but once the account country is changed to us the ACH debit will be available in test mode?