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" });
Create originKey values for one or more merchant domains.
curl \
  https://checkout-test.adyen.com/v1/originKeys
SDK on GitHub 📄 API Docs
SDK
adyen-sdk-explorer
TypeScript
API
adyen.com
adyen.com:CheckoutUtilityService

At a glance

Language TypeScript
Endpoints1
Base URLhttps://checkout-test.adyen.com/v1
✓ Official