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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public void ExecutePayment(
string paymentId,
string payerId
)
Parameters
- paymentId
- Type: SystemString
- payerId
- Type: SystemString
See Also