paymentPlugins

Graphql fields and variables for the paymentPlugins query

Scope required:

For a complete list of possible response fields see the PaymentPlugin type.

query paymentPlugins () {
  paymentPlugins () {
    components
    enabled
    guid
    hidden
    id
    name
    status
    type
    webhookEnabled
  }
}

Response

Last updated

Was this helpful?