integrations.sh
← all integrations

adyen.com – DataProtectionService

OpenAPI apis-guru payment

Adyen Data Protection API provides a way for you to process as mandated in GDPR.

Use our API to submit a request to delete shopper's data, including payment details and other related information (for example, delivery address or shopper email).## Authentication Each request to the Data Protection API must be signed with an API key. Get your API Key from your Customer Area, as described in . Then set this key to the X-API-Key header value, for example:

curl-H "Content-Type: application/json" \-H "X-API-Key: Your_API_key" \...

Note that when going live, you need to generate a new API Key to access the .

Versioning

Data Protection Service API supports using a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number.

For example:

https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure
Homepage
https://api.apis.guru/v2/specs/adyen.com:DataProtectionService/1.json
Provider
adyen.com:DataProtectionService / DataProtectionService
OpenAPI version
3.1.0
Spec (JSON)
https://api.apis.guru/v2/specs/adyen.com/DataProtectionService/1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/adyen.com/DataProtectionService/1/openapi.yaml

Tools (3)

Extracted live via the executor SDK.

  • general.postRequestSubjectErasure

    Sends the PSP reference containing the shopper data that should be deleted.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools