#zzking
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Since you're confirming the SetupIntent at the same time, yeah I'd expect it to happen synchronously (I haven't tested the flow myself though)
Are you seeing things happen differently?
no, things are looking OK ( I receive the requires_action status synchronously), would just like to confirm ๐ . And can I assume it would be the same for paymentIntent ? i.e: when I use confirm:true when creating a paymentIntent at the server side, the status should return requires_action for "status" immediately/synchronously after I create it ?
That's correct, yes.
fantastic, thank you