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 ($accountId: ID) {
  paymentPlugins (accountId: $accountId) {
    components
    enabled
    guid
    hidden
    id
    name
    status
    type
    webhookEnabled
  }
}

Arguments

Name
Type
Description

accountId

ID

Response

Last updated

Was this helpful?