# paymentCustomizationActivation - admin - MUTATION
Version: 2025-01

## Description
Activates and deactivates payment customizations.

### Access Scopes
`write_payment_customizations` access scope.


## Arguments
* [enabled](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - The enabled status of the payment customizations.
* [ids](/docs/api/admin/2025-01/scalars/ID): ID! - The global IDs of the payment customizations.


## Returns
* [ids](/docs/api/admin/2025-01/scalars/String): String The IDs of the updated payment customizations.
* [userErrors](/docs/api/admin/2025-01/objects/PaymentCustomizationError): PaymentCustomizationError! The list of errors that occurred from executing the mutation.


## Examples