AuthenticateCardAsync Method
Determines only if a card has been lost or stolen.
Syntax
[VB.NET] Public Function AuthenticateCardAsync() As Task
[C#] public Task AuthenticateCardAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthenticateCardAsync MethodDetermines only if a card has been lost or stolen. Syntax[VB.NET] Public Function AuthenticateCardAsync() As Task [C#] public Task 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. |
||