Adyen · JSON Structure

Hosted Onboarding Show Pages Structure

ShowPages schema from Adyen API

Type: object Properties: 9
PaymentsFinancial ServicesFintech

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

Properties

bankDetailsSummaryPage bankVerificationPage businessDetailsSummaryPage checksOverviewPage individualDetailsSummaryPage legalArrangementsDetailsSummaryPage manualBankAccountPage shareholderDetailsSummaryPage welcomePage

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/hosted-onboarding-show-pages-structure.json",
  "description": "ShowPages schema from Adyen API",
  "type": "object",
  "properties": {
    "bankDetailsSummaryPage": {
      "description": "Indicates whether the page with bank account details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "bankVerificationPage": {
      "description": "Indicates whether the bank check instant verification' details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "businessDetailsSummaryPage": {
      "description": "Indicates whether the page with the company's or organization's details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "checksOverviewPage": {
      "description": "Indicates whether the checks overview page must be shown. Defaults to **false**.",
      "type": "boolean"
    },
    "individualDetailsSummaryPage": {
      "description": "Indicates whether the page with the individual's details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "legalArrangementsDetailsSummaryPage": {
      "description": "Indicates whether the page with the legal arrangements' details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "manualBankAccountPage": {
      "description": "Indicates whether the page to manually add bank account' details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "shareholderDetailsSummaryPage": {
      "description": "Indicates whether the page with the shareholders' details must be shown. Defaults to **true**.",
      "type": "boolean"
    },
    "welcomePage": {
      "description": "Indicates whether the welcome page must be shown. Defaults to **false**.",
      "type": "boolean"
    }
  },
  "name": "ShowPages"
}