paymentMethods
Graphql fields and variables for the paymentMethods query
query paymentMethods ($accountId: ID, $filter: String, $sort: String, $after: String, $before: String, $first: Int, $last: Int) {
paymentMethods (accountId: $accountId, filter: $filter, sort: $sort, after: $after, before: $before, first: $first, last: $last) {
edges {
cursor
node {
accountId
createdAt
disabled
expirationDate
failureCode
id
isDefault
lastSuccess
pluginId
updatedAt
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
