Payment Customization Error
Requires access scope.
An error that occurs during the execution of a payment customization mutation.
Anchor to FieldsFields
- Anchor to codecode•Payment
Customization Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Activates and deactivates payment customizations.
- Anchor to enabledenabled•Boolean!required
The enabled status of the payment customizations.
- •[ID!]!required
The global IDs of the payment customizations.
Arguments
- •[String!]
The IDs of the updated payment customizations.
- Anchor to userErrorsuser•[Payment
Errors Customization Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Creates a payment customization.
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Input!required The input data used to create the payment customization.
Arguments
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Returns the created payment customization.
- Anchor to userErrorsuser•[Payment
Errors Customization Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes a payment customization.
- •ID!required
The global ID of the payment customization.
Arguments
- Anchor to deletedIddeleted•ID
Id Returns the deleted payment customization ID.
- Anchor to userErrorsuser•[Payment
Errors Customization Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates a payment customization.
- •ID!required
The global ID of the payment customization.
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Input!required The input data used to update the payment customization.
Arguments
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Returns the updated payment customization.
- Anchor to userErrorsuser•[Payment
Errors Customization Error!]!non-null The list of errors that occurred from executing the mutation.
Fields