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" });
Get a link to a Adyen-hosted onboarding page
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Hop/v6/getOnboardingUrl
Get a link to a PCI compliance questionnaire
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Hop/v6/getPciQuestionnaireUrl
SDK on GitHub 📄 API Docs
SDK
adyen-sdk-explorer
TypeScript
API
adyen.com
adyen.com:HopService
At a glance
Language TypeScript
Endpoints2
Base URLhttps://cal-test.adyen.com/cal/services/Hop/v6
✓ Official