AuthorizeAsync Method
Authorizes a Canadian debit card transaction.
Syntax
[VB.NET] Public Function AuthorizeAsync() As Task
[C#] public Task AuthorizeAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthorizeAsync MethodAuthorizes a Canadian debit card transaction. Syntax[VB.NET] Public Function AuthorizeAsync() As Task [C#] public Task AuthorizeAsync(); RemarksThis method is the asynchronous version of the Authorize method and is used to support asynchronous operations in WinRT. Please refer to Authorize for more information. |
||