PaypalGraphQl Module
HostedProAdditionalDataProvider
This class provides additional payment data for PayPal Hosted Pro payment method in GraphQL requests. It extracts and validates PayPal-specific data f...
PayflowLinkAdditionalDataProvider
This class provides additional payment data for PayPal Payflow Link payment method in GraphQL checkout operations. Developers use this when processing...
PayflowProAdditionalDataProvider
This class extracts and provides additional payment data specifically for PayPal Payflow Pro payment method in GraphQL operations. Developers use this...
PayflowProCcVaultAdditionalDataProvider
This class provides additional payment data for Payflow Pro Credit Card Vault payments in GraphQL requests. Developers use this when implementing Grap...
Provider\Checkout
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
This class acts as a factory provider that retrieves and validates PayPal payment method configuration objects for GraphQL operations. Developers use...
Resolver\HostedProUrl
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
This GraphQL resolver retrieves PayflowLink payment token information for a pending order created from a cart. Developers use this when implementing P...
Resolver\PayflowProResponse
This GraphQL resolver processes PayPal Payflow Pro payment responses after a customer completes payment. It validates the payment response from PayPal...
Resolver\PayflowProToken
This resolver handles GraphQL requests to generate secure payment tokens for PayPal Payflow Pro transactions. Developers use this class when implement...
Resolver\PaypalExpressToken
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
This class validates and constructs store-specific URLs for PayPal GraphQL operations. Developers use it to convert relative paths into full URLs with...