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.

•

The error code.

•

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

•

The IDs of the updated payment customizations.

•

The list of errors that occurred from executing the mutation.

•
mutation

Creates a payment customization.

Arguments

Anchor to paymentCustomizationpaymentCustomization
•

The input data used to create the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•

Returns the created payment customization.

•

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

•

Returns the deleted payment customization ID.

•

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
•

The input data used to update the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•

Returns the updated payment customization.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?