#solber.
1 messages · Page 1 of 1 (latest)
Hello 👋
We can't just tell by looking at the code, have you tested the code? If not, I'd recommend running a test and see if that works.
The ideal flow for SEPA payments is outlined in our docs
https://stripe.com/docs/payments/sepa-debit
since you're saving the payment method prior to charging, you are prob using this flow
https://stripe.com/docs/payments/sepa-debit/set-up-payment
We have a list of test payment methods here in test mode that you can use.
https://stripe.com/docs/testing
Hi ! I tried the code yes, on the dashboard the payment first appear as being processed then the payment is successfull.
I just wanted to confirm that, if in the test dashboard it says successfull then it really is according to this flow.
Yeah as long as you're not seeing declines or API errors, you should be fine