#Ian Kaplan
1 messages · Page 1 of 1 (latest)
Do you have a Payment Intent ID we can look at?
Yes some examples of what youre seeing would help
pi_3MtD26DRqazeG3j12q6NwBfm
req_yAdkdml5LHSy43
its a connected account on my platform account acct_1MF59zDRqazeG3j1
Taking a look, 
Ah, OK, I think this is the delay for a new mandate confirmation:
https://stripe.com/docs/payments/acss-debit/accept-a-payment?platform=web#web-collect-mandate-and-submit
New PaymentIntent objects for pre-authorized debits do not create payments until three days after confirmation. To create the payment immediately in test mode, confirm with a billing email in the form of {any_prefix}+skip_waiting@{any_domain}.
So you can add that +skip_waiting magic value to your billing details email to have this progress without delay in test mode