MageSmith
QueryPaymentServicesPaypal · Magento 2.4.9

getVaultConfig

getVaultConfig is a Magento 2 GraphQL query in the PaymentServicesPaypal module. Retrieves the vault configuration. It returns VaultConfigOutput and is callable anonymously.

Last verified: against Magento 2.4.9.

Returns

VaultConfigOutput

Resolver class

\Magento\PaymentServicesPaypalGraphQl\Model\Resolver\GetVaultConfig

Example request

Auto-generated from the SDL — paste-ready against your store's /graphql endpoint. Replace the host, store code, and any required values before running.

Headers

Content-Type
application/json
Store
default store view code; use 'default' for the single-store baseline

Query

query {
  getVaultConfig {
    credit_card {
      three_ds_mode
      is_vault_enabled
      sdk_params {
        name
        value
      }
    }
  }
}

Variables

{}

Every Magento dev tool, in one hosted workspace.

Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.