A

Adyen Data Protection API

by Adyen Data Protection

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

payments

Quick Reference

Base URL https://ca-test.adyen.com/ca/services/DataProtectionService/v1 Auth type API Key Header Auth header X-API-Key: YOUR_API_KEY Rate limit Based on contract Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/adyen.com:DataProtectionService/1.json Endpoint status Server online — HTTP 401 — server is online but path returned an error (may require auth)1.51s (checked Mar 29, 2026) Builder score D 30% builder-friendly
Pricing
28
Latency
30
Depth
31

Authentication

API key in the X-API-Key header

X-API-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Adyen Data Protection API (GDPR compliance). Pricing via Adyen contract.

Key Endpoints

MethodPathDescription
POST /requestSubjectErasure Submit a Subject Erasure Request.

Sample Request

curl 'https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure' \
  -H 'X-API-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Adyen Data Protection documentation.