#Amer Bearat
1 messages · Page 1 of 1 (latest)
Hello! The error message is correct. You're trying to create a Payment Intent in that request and use a us_bank_account Payment Method with it, but you're not specifying payment_method_types. If you don't specify that it defaults to card only: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Ok let me fix my request and try again