CMSPayPalProviderGetPayment Method |
Returns Payment created from Order used for payment authorization.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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:
PaymentSee Also