#buzzkill-paymentintent-ach
1 messages · Page 1 of 1 (latest)
us_bank_account is the current PM type for ACH Direct Debit
You can read about it here: https://stripe.com/docs/payments/ach-debit
Interesting. Is there a difference between ach_debit and direct debit? Here's the error that was reported:
The provided Customer's default_source's type is not allowed by the PaymentIntent's payment_method_types. In this case, the Customer's default_source was of type ach_debit, and the PaymentIntent's payment_method_types are: card, us_bank_account. Try again with a different source or use a different value for payment_method_types.
I think ach_debit represents the deprecated ACH Direct Debit v1.