AVSOnlyAsync Method
Used to check the validity of the card without authorizing funds.
Syntax
[VB.NET] Public Function AVSOnlyAsync() As Task
[C#] public Task AVSOnlyAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AVSOnlyAsync MethodUsed to check the validity of the card without authorizing funds. Syntax[VB.NET] Public Function AVSOnlyAsync() As Task [C#] public Task AVSOnlyAsync(); RemarksThis method is the asynchronous version of the AVSOnly method and is used to support asynchronous operations in WinRT. Please refer to AVSOnly for more information. |
||