Skip to content

Adyen

This Integration requires Fides Cloud or Fides Enterprise. For more information, talk to our solutions team. (opens in a new tab)

Adyen (opens in a new tab) Adyen is the financial technology platform of choice for leading companies. By providing end-to-end payments capabilities, data-driven insights, and financial products in a single global solution, Adyen helps businesses achieve their ambitions faster.

Prerequisites

In order to integrate with Adyen, you'll need to collect the following information:

NOTE Adyen has both TEST and LIVE environments. E.g. management-test.adyen.com or management-live.adyen.com, and that API keys for live and test will not be the same. More details can be found in Adyen's documentation here (https://docs.adyen.com/development-resources/api-credentials/#api-permissions (opens in a new tab)).

NameDescription
Management domain*The management domain (default = management-test.adyen.com).
CA domain*The CA domain (default = ca-test.adyen.com).
Merchant account*Your merchant account.
API key matching domain entered*The API key associated with the enviornment domain selected.
pspReference*The dataset reference to the pspReference of the original payment authorization which maps to the desired user.

Integrating with Adyen

To integrate an existing system with Adyen:

  1. Navigate to Data mapView Systems and choose the system that you want to connect.
  2. Click on the Integrations tab.
  3. Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
  4. Complete the required fields for the integration and click Save.

You may confirm your connection is working using the Test connection button, if desired.

To learn more, please see our guide for Managing Integrations.

Technical detail

Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.

Adyen Endpoints

In the table below, you can find which endpoints are used for each type of privacy function. Clicking on the endpoint will take you to the documentation for that endpoint.

Privacy functionEndpointDescription
Erasure RequestsData Protection API (opens in a new tab)Use our API to submit a request to delete a shopper's data, including payment details and other shopper-related information, for example, delivery address or shopper email. Note that we set the forceErasure parameter to true. Set this to true if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.

By default, deletion requests are fulfilled by masking personal information. To enable Fides to personal information, ensure the masking_strict variable in your fides.toml file is set to false.