Click or drag to resize
CMSPayPalProviderConfirmPayment Method
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.2.23
Syntax
C#
public virtual string ConfirmPayment(
	NameValueCollection collection
)

Parameters

collection
Type: System.Collections.SpecializedNameValueCollection
Name-Value collection with the data that was posted to the merchant by PayPal

Return Value

Type: String
See Also