Using adyen-sdk-explorer with adyen.com

TypeScript integration

✓ Official SDK
Install
npm install adyen-sdk-explorer
Quick start
import Adyen_sdk_explorer from 'adyen-sdk-explorer';

const client = new Adyen_sdk_explorer({ apiKey: "YOUR_API_KEY" });
Submit a Subject Erasure Request.
curl \
  -H "X-API-Key: $API_KEY" \
  https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure
SDK on GitHub 📄 API Docs
SDK
adyen-sdk-explorer
TypeScript
API
adyen.com
adyen.com:DataProtectionService
At a glance
Language TypeScript
Endpoints1
Base URLhttps://ca-test.adyen.com/ca/services/DataProtectionService/v1
✓ Official