#op84
1 messages · Page 1 of 1 (latest)
You may refer to the Sepa test cards here: https://stripe.com/docs/testing#sepa-direct-debit
Some test card will transit to succeeded after 3 mins
yeah but haven't found one for a setup intent.. i need one for that
If you use the delay one on Setup Intent, doesn't it work?
it works but there is no delay only for payment intents
From https://stripe.com/docs/payments/sepa-debit/set-up-payment?platform=web#web-submit-payment-method:
A successful setup will return a succeeded value for the SetupIntent’s status property. If the setup is not successful, inspect the returned error to determine the cause.
This also implies there's no delay when using Sepa with Setup Intent.
Setup Intent on Sepa is not async
oh really? thats awesome news! thanks i will dig into it