Adyen · Schema

OnboardingLink

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

adyen-onboardinglink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnboardingLink",
  "title": "OnboardingLink",
  "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"
    }
  },
  "type": "object"
}