AuthorizeAsync Method
Authorizes a credit card using track1, track2, or manually entered card data.
Syntax
[VB.NET] Public Function AuthorizeAsync() As IAsyncAction
[C#] public IAsyncAction AuthorizeAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthorizeAsync MethodAuthorizes a credit card using track1, track2, or manually entered card data. Syntax[VB.NET] Public Function AuthorizeAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||