Configuring the Integrator Name

The Sylius Adyen Plugin allows you to define a custom integrator_name that will be sent with each API request to Adyen. This is useful for agencies, platforms, or solution providers who want to identify themselves in Adyen’s reporting and tracking systems.

What is the Integrator Name?

According to Adyen’s guidelines for partners, the integrator field in each request lets Adyen know which party is responsible for the integration. It helps Adyen provide better support and visibility for partner-built solutions.

By default, the Sylius Adyen Plugin sets the integrator to Sylius. You can override this value using the plugin configuration.


How to Set a Custom Integrator Name

To change the default integrator name, update your Sylius config in config/packages/sylius_adyen.yaml:

# config/packages/sylius_adyen.yaml

sylius_adyen:
    integrator_name: 'Test Company'

Replace 'Test Company' with the name of your agency, integration platform, or organization.

This value will then be included in the applicationInfo.integrator field for all requests made to Adyen’s API.

Last updated

Was this helpful?