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

•[ID!]!
required

The global IDs of the payment customizations.

•Boolean!
required

The enabled status of the payment customizations.


•mutation

Creates a payment customization.

Arguments

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomizationInput!
required

The input data used to create the payment customization.


•mutation

Deletes a payment customization.

Arguments

•ID!
required

The global ID of the payment customization.


•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.



Was this section helpful?


Was this section helpful?