#searchableguy
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you could still do separate manual capture with the provided parameters
your params will look like:
off_session: true,
capture_method: 'manual'```
and if I fail to capture, it will be refunded right?
It should also cause the paymentIntent status to change to require_capture if everything goes right?
if the card require 3ds or further action, that would be shown before require_capture
I assume
Hello ๐
and if I fail to capture, it will be refunded right?
Correct
if the card require 3ds or further action, that would be shown before require_capture
It'd showrequires_actionstatus instead
yes, if there are no problems with confirming payment. It will move to require_capture. In all other situation, it will be different status
is that correct
(thanks!)
yes