Hopservice

This API is used for the classic integration. If you are just starting your implementation, refer to our new integration guide instead. The Hosted onboarding API provides endpoints that you can use to generate links to Adyen-hosted pages, such as

🔑 apikey 2 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios

curl examples

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

Endpoints (2 total)

POST
/getOnboardingUrl
Get a link to a Adyen-hosted onboarding page
POST
/getPciQuestionnaireUrl
Get a link to a PCI compliance questionnaire

At a glance

Total SDKs5
Languages5
Endpoints2
Authapikey
Categories1
https://cal-test.adyen.com/cal/services/Hop/v6