Anchor to paymentCustomizationUpdatepayment
mutationpayment Customization Update
Requires 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.
Anchor to Arguments
Arguments
- id (ID!)
- paymentCustomization (PaymentCustomizationInput!)
- •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.
Was this section helpful?
- paymentCustomization (PaymentCustomization)
- userErrors ([PaymentCustomizationError!]!)
- Anchor to paymentCustomizationpayment•Payment
Customization Customization Returns the updated payment customization.
- Anchor to userErrorsuser•[Payment
Errors Customization Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?