TypeScript integration
import Adyen_sdk_explorer from 'adyen-sdk-explorer'; const client = new Adyen_sdk_explorer({ apiKey: "YOUR_API_KEY" });
curl \ -H "X-API-Key: $API_KEY" \ https://checkout-test.adyen.com/v70/storedPaymentMethods
curl \
-H "X-API-Key: $API_KEY" \
https://checkout-test.adyen.com/v70/paymentLinks/{linkId}