Page 1 of 1

Question about Payment.Capture()

Posted: Mon Sep 13, 2010 6:55 am
by AbleMods
Intellisense is showing the Payment.Capture() method as having 4 parameters. I use it in some server-side automation like this:

Code: Select all

_Payment.Capture(_Order.TotalCharges, True, False, "127.0.0.1")
My question is, the third parameter is a true/false called "Async".

What does 'Async' mean? Is it a flag to say whether the program code will wait until the capture is fully complete?

Re: Question about Payment.Capture()

Posted: Tue Sep 14, 2010 7:49 am
by mazhar
Is it a flag to say whether the program code will wait until the capture is fully complete?
I believe yes.