Adyen · Capability

Adyen Hosted Onboarding API — getOnboardingUrl

Adyen Hosted Onboarding API — getOnboardingUrl. 1 operations. Lead operation: Adyen Get a Link to a Adyen-hosted Onboarding Page. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyengetOnboardingUrl

What You Can Do

POST
Postgetonboardingurl — Adyen Get a Link to a Adyen-hosted Onboarding Page
/v1/getonboardingurl

MCP Tools

adyen-get-link-adyen-hosted

Adyen Get a Link to a Adyen-hosted Onboarding Page

read-only

Capability Spec

hosted-onboarding-getonboardingurl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Hosted Onboarding API — getOnboardingUrl
  description: 'Adyen Hosted Onboarding API — getOnboardingUrl. 1 operations. Lead operation: Adyen Get a Link to a Adyen-hosted
    Onboarding Page. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - getOnboardingUrl
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: hosted-onboarding-getonboardingurl
    baseUri: https://cal-test.adyen.com/cal/services/Hop/v6
    description: Adyen Hosted Onboarding API — getOnboardingUrl business capability. Self-contained, no shared references.
    resources:
    - name: getOnboardingUrl
      path: /getOnboardingUrl
      operations:
      - name: postgetonboardingurl
        method: POST
        description: Adyen Get a Link to a Adyen-hosted Onboarding Page
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: hosted-onboarding-getonboardingurl-rest
    port: 8080
    description: REST adapter for Adyen Hosted Onboarding API — getOnboardingUrl. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/getonboardingurl
      name: getonboardingurl
      description: REST surface for getOnboardingUrl.
      operations:
      - method: POST
        name: postgetonboardingurl
        description: Adyen Get a Link to a Adyen-hosted Onboarding Page
        call: hosted-onboarding-getonboardingurl.postgetonboardingurl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hosted-onboarding-getonboardingurl-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Hosted Onboarding API — getOnboardingUrl. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adyen-get-link-adyen-hosted
      description: Adyen Get a Link to a Adyen-hosted Onboarding Page
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: hosted-onboarding-getonboardingurl.postgetonboardingurl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.