# paymentCustomizationCreate - admin - MUTATION Version: unstable ## Description Creates a payment customization. ### Access Scopes `write_payment_customizations` access scope. ## Arguments * [paymentCustomization](/docs/api/admin/unstable/input-objects/PaymentCustomizationInput): PaymentCustomizationInput! - The input data used to create the payment customization. ## Returns * [paymentCustomization](/docs/api/admin/unstable/objects/PaymentCustomization): PaymentCustomization Returns the created payment customization. * [userErrors](/docs/api/admin/unstable/objects/PaymentCustomizationError): PaymentCustomizationError! The list of errors that occurred from executing the mutation. ## Examples