Skip to main content
Anchor to paymentCustomizationUpdate

paymentCustomizationUpdate

mutation

Requires write_payment_customizations access scope.

Updates an existing payment customization, modifying its configuration for how payment methods are displayed at checkout. Use this to change the customization's title or enabled state. The customization's function can't be changed once set; create a new payment customization to use a different function.

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

Anchor to PaymentCustomizationUpdatePayload returnsPaymentCustomizationUpdatePayload returns

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?