Click or drag to resize
CMSPayPalProviderExecutePayment Method
Executes payment for given paymentId and payerId. Both values has to be obtained from payment gateway. Payment cannot be captured unless its authorization is confirmed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public void ExecutePayment(
	string paymentId,
	string payerId
)

Parameters

paymentId
Type: SystemString
payerId
Type: SystemString
See Also