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" });
Creates one or more test card ranges.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/services/TestCard/v1/createTestCardRanges
SDK on GitHub 📄 API Docs
SDK
adyen-sdk-explorer
TypeScript
API
adyen.com
adyen.com:TestCardService
At a glance
Language TypeScript
Endpoints1
Base URLhttps://pal-test.adyen.com/pal/services/TestCard/v1
✓ Official