CMSPayPalProvider ConfirmPayment Method Kentico 8.1 API Reference
Confirms payment - post the data that was posted to the merchant back to PayPal and returns PayPal response as result of payment confirmation. Returns "VERIFIED" - payment data match, "INVALID" - payment data don't match.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

collection
Type: OnlineSystem.Collections.Specialized NameValueCollection
Name-Value collection with the data that was posted to the merchant by PayPal

Return Value

Type: OnlineString
See Also