CreateVaultCardSetupToken
Magento\PaymentServicesPaypalGraphQl\Model\Resolver\CreateVaultCardSetupToken
What it does
This GraphQL resolver handles the creation of vault card setup tokens for storing payment card information securely in Magento 2.
Developers would use this when implementing headless commerce solutions that need to enable customers to save credit card details for future purchases through GraphQL APIs.
It processes the GraphQL mutation input, sanitizes data, and communicates with the PayPal Payment Services vault system.
Public Methods
- resolve()
- resolveAddress()