AuthenticateCardAsync Method
Sends an authentication (authorization only) request which will not be captured.
Syntax
[VB.NET] Public Function AuthenticateCardAsync() As IAsyncAction
[C#] public IAsyncAction AuthenticateCardAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthenticateCardAsync MethodSends an authentication (authorization only) request which will not be captured. Syntax[VB.NET] Public Function AuthenticateCardAsync() As IAsyncAction [C#] public IAsyncAction AuthenticateCardAsync(); RemarksThis method is the asynchronous version of the AuthenticateCard method and is used to support asynchronous operations in WinRT. Please refer to AuthenticateCard for more information. |
||