paymentMethod

Graphql fields and variables for the paymentMethod query

Scope required: billing:read

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

query paymentMethod ($id: ID, $code: String, $format: String) {
  paymentMethod (id: $id, code: $code, format: $format) {
    accountId
    createdAt
    disabled
    expirationDate
    failureCode
    id
    isDefault
    lastSuccess
    pluginId
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?