VerifyIPNAsync Method
Verifies the IPN received by the merchant.
Syntax
[VB.NET] Public Function VerifyIPNAsync() As Task
[C#] public Task VerifyIPNAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifyIPNAsync MethodVerifies the IPN received by the merchant. Syntax[VB.NET] Public Function VerifyIPNAsync() As Task [C#] public Task VerifyIPNAsync(); RemarksThis method is the asynchronous version of the VerifyIPN method and is used to support asynchronous operations in WinRT. Please refer to VerifyIPN for more information. |
||