# Adyen Data Protection API **Provider:** Adyen Data Protection **Category:** payments **Base URL:** `https://ca-test.adyen.com/ca/services/DataProtectionService/v1` **Auth:** api-key — `X-API-Key: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/adyen.com:DataProtectionService/1.json ## Description Adyen Data Protection API provides a way for you to process Subject Erasure Requests 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure` | Submit a Subject Erasure Request. | ## Authentication API key in the X-API-Key header ``` X-API-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl 'https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure' \ -H 'X-API-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Adyen Data Protection API (GDPR compliance). Pricing via Adyen contract. --- *Source: [API Map](https://apimap.dev/apis/adyen-data-protection/) — CC BY 4.0*