paymentMethodCreate
Graphql fields and variables for the paymentMethodCreate mutation
mutation paymentMethodCreate ($accountId: ID!, $pluginGuid: ID!, $token: String!) {
paymentMethodCreate (accountId: $accountId, pluginGuid: $pluginGuid, token: $token) {
errors
paymentMethod {
accountId
createdAt
disabled
expirationDate
failureCode
id
isDefault
lastSuccess
pluginId
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
