ForceAsync Method
Sends a Voice Authorization (Force) transaction to the Global Payments Server.
Syntax
[VB.NET] Public Function ForceAsync(ByVal ApprovalCode As String) As Task
[C#] public Task ForceAsync(string approvalCode);
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ForceAsync MethodSends a Voice Authorization (Force) transaction to the Global Payments Server. Syntax[VB.NET] Public Function ForceAsync(ByVal ApprovalCode As String) As Task [C#] public Task ForceAsync(string approvalCode); RemarksThis method is the asynchronous version of the Force method and is used to support asynchronous operations in WinRT. Please refer to Force for more information. |
||