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.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- collection
- Type: System.Collections.Specialized NameValueCollection
Name-Value collection with the data that was posted to the merchant by PayPal
Return Value
Type: StringSee Also