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.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
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