CreateVaultCardPaymentToken
Magento\PaymentServicesPaypalGraphQl\Model\Resolver\CreateVaultCardPaymentToken
What it does
This GraphQL resolver handles the creation of vault card payment tokens for authenticated customers in Magento 2.
Developers use this class to enable customers to save their PayPal credit card information securely for future purchases through GraphQL mutations.
It validates customer authorization, sanitizes input data, and formats the response containing the vault token and card details.
Public Methods
- resolve()