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" });
Disable stored payment details
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/disable
Create new permits linked to a recurring contract.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/createPermit
SDK on GitHub 📄 API Docs
SDK
adyen-sdk-explorer
TypeScript
API
adyen.com
adyen.com:RecurringService
At a glance
Language TypeScript
Endpoints6
Base URLhttps://pal-test.adyen.com/pal/servlet/Recurring/v68
✓ Official