Log in

PaypalGraphQl Module

HostedProAdditionalDataProvider

Model

This class provides additional payment data for PayPal Hosted Pro payment method in GraphQL requests. It extracts and validates PayPal-specific data f...

PayflowLinkAdditionalDataProvider

Model

This class provides additional payment data for PayPal Payflow Link payment method in GraphQL checkout operations. Developers use this when processing...

PayflowProAdditionalDataProvider

Model

This class extracts and provides additional payment data specifically for PayPal Payflow Pro payment method in GraphQL operations. Developers use this...

PayflowProCcVaultAdditionalDataProvider

Model

This class provides additional payment data for Payflow Pro Credit Card Vault payments in GraphQL requests. Developers use this when implementing Grap...

Provider\Checkout

Model

This class provides the correct PayPal Express Checkout instance based on the payment method code used in GraphQL operations. Developers use this prov...

Provider\Config

Model

This class acts as a factory provider that retrieves and validates PayPal payment method configuration objects for GraphQL operations. Developers use...

Resolver\HostedProUrl

Model

This GraphQL resolver retrieves the PayPal Hosted Pro secure payment form URL for a customer's cart. Developers use this class when implementing PayPa...

Resolver\PayflowLinkToken

Model

This GraphQL resolver retrieves PayflowLink payment token information for a pending order created from a cart. Developers use this when implementing P...

Resolver\PayflowProResponse

Model

This GraphQL resolver processes PayPal Payflow Pro payment responses after a customer completes payment. It validates the payment response from PayPal...

Resolver\PayflowProToken

Model

This resolver handles GraphQL requests to generate secure payment tokens for PayPal Payflow Pro transactions. Developers use this class when implement...

Resolver\PaypalExpressToken

Model

This resolver generates a PayPal Express Checkout token for a shopping cart in GraphQL requests. Developers use this class when implementing PayPal pa...

Resolver\Store\Url

Model

This class validates and constructs store-specific URLs for PayPal GraphQL operations. Developers use it to convert relative paths into full URLs with...