Adyen · Schema

OnboardingLink

OnboardingLink schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
url string 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. If the link expires, you need to create a new link.
View JSON Schema on GitHub

JSON Schema

legal-entity-onboarding-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-onboarding-link-schema.json",
  "title": "OnboardingLink",
  "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"
    }
  }
}