Anchor to PaymentCustomizationErrorPayment
objectPayment Customization Error
Requires access scope.
An error that occurs during the execution of a payment customization mutation.
Anchor to FieldsFields
- code (PaymentCustomizationErrorCode)
- field ([String!])
- message (String!)
- 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.
Was this section helpful?
Anchor to MutationsMutations
- paymentCustomizationActivation (PaymentCustomizationActivationPayload)
- paymentCustomizationCreate (PaymentCustomizationCreatePayload)
- paymentCustomizationDelete (PaymentCustomizationDeletePayload)
- paymentCustomizationUpdate (PaymentCustomizationUpdatePayload)
- •mutation
Activates and deactivates payment customizations.
- •[ID!]!required
The global IDs of the payment customizations.
- Anchor to enabledenabled•Boolean!required
The enabled status of the payment customizations.
Arguments
- •[ID!]!
- •mutation
Creates a payment customization.
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Input! required The input data used to create the payment customization.
Arguments
- •mutation
Deletes a payment customization.
- •ID!required
The global ID of the payment customization.
Arguments
- •ID!
- •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
- •ID!
Was this section helpful?