#Ermander - bank transfer
1 messages · Page 1 of 1 (latest)
Paying throw SEPA mandate
I think i found the answer in the documentation
Is there a fake IBAN to use for testing pourpose?
How it's done with cards
You can follow this guide https://stripe.com/docs/payments/sepa-debit/accept-a-payment
Yeah it will show on the Payment Element if you're using that
Are you in one of the supported countries? https://stripe.com/docs/payments/sepa-debit
Italy
Have you enabled it? https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#enable-payment-methods
Do you mean this line of code?
Oh i think not
Ok done
One quetion
What is this?
requires_payment_method after the PaymentIntent status is processing
The requires_payment_method what scenario rappresents?
That's to test the scenario if there's some error with the payment method, so you need to provide a new one
And it's send via webhook or directly in the frontend work flow?
I'm not as familiar with the front-end flow for sepa debit. I highly recommend just trying this out
You can test this
But you will get webhook events for those PaymentIntent status changes
👋 @iron pulsar if you have any other questions let me know. I'm hopping in since @sacred furnace has to head out
oks