#sarox85
1 messages · Page 1 of 1 (latest)
Yes, if you set up the SEPA payment method for future usage, you can create a new PaymentIntent with that customer ID, PaymentMethod ID, and confirm=true to automatically charge them again
We have a guide like this https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
Fatal error: Uncaught (Status 400) (Request req_RRvtCVltn0HD1R) The PaymentMethod provided (sepa_debit) is not allowed for this PaymentIntent. Please attach a PaymentMethod of one of the following types: card. Alternatively, update the allowed payment_method_types for this PaymentIntent to include "sepa_debit"
why I use italy IBAN test?
That error message is pointing out that you need to pass payment_method_type['sepa_debit'] or you need to turn on SEPA Debit in your account's Payment Method settings: https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.