Adyen · JSON Structure

Legal Entity Onboarding Link Structure

OnboardingLink schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

OnboardingLink is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-onboarding-link-structure.json",
  "description": "OnboardingLink schema from Adyen API",
  "type": "object",
  "properties": {
    "url": {
      "description": "The URL of the hosted onboarding page where you need to redirect your user. This URL expires after 4 minutes and can only be used once.\n\nIf the link expires, you need to create a new link.",
      "type": "string"
    }
  },
  "name": "OnboardingLink"
}