Skip to main content
Anchor to PaymentCustomizationError

PaymentCustomizationError

object

Requires read_payment_customizations access scope.

An error that occurs during the execution of a payment customization mutation.

•PaymentCustomizationErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Activates and deactivates payment customizations.

Arguments

•Boolean!required

The enabled status of the payment customizations.

•[ID!]!required

The global IDs of the payment customizations.


Fields

•[String!]

The IDs of the updated payment customizations.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Creates a payment customization.

Arguments

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomizationInput!required

The input data used to create the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomization

Returns the created payment customization.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a payment customization.

Arguments

•ID!required

The global ID of the payment customization.


Fields

•ID

Returns the deleted payment customization ID.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a payment customization.

Arguments

•ID!required

The global ID of the payment customization.

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomizationInput!required

The input data used to update the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomization

Returns the updated payment customization.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?