Click or drag to resize
CMSPayPalProviderGetPayment Method
Returns Payment created from Order used for payment authorization.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected internal virtual Payment GetPayment(
	string paymentIntent = "authorize"
)

Parameters

paymentIntent (Optional)
Type: SystemString
Payment intention, for more information see https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/advanced-payments-api/create-express-checkout-payments/?mark=intent.

Return Value

Type: Payment
See Also