Properties
| Name | Type | Description |
|---|---|---|
| accountHolderCode | string | The account holder code you provided when you created the account holder. |
| collectInformation | object | Contains indicators whether the page should only collect information for specific [KYC checks](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-checks). By default, the page coll |
| editMode | boolean | Indicates if editing checks is allowed even if all the checks have passed. |
| mobileOAuthCallbackUrl | string | The URL to which the account holder is redirected after completing an OAuth authentication with a bank through Trustly/PayMyBank. |
| platformName | string | The platform name which will show up in the welcome page. |
| returnUrl | string | The URL where the account holder will be redirected back to after they complete the onboarding, or if their session times out. Maximum length of 500 characters. If you don't provide this, the account |
| shopperLocale | string | The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. If not specified in the request or if the language is not supported, the page us |
| showPages | object | Contains indicators whether specific pages must be shown to the account holder. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetOnboardingUrlRequest",
"title": "GetOnboardingUrlRequest",
"properties": {
"accountHolderCode": {
"description": "The account holder code you provided when you created the account holder.",
"type": "string"
},
"collectInformation": {
"description": "Contains indicators whether the page should only collect information for specific [KYC checks](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-checks). By default, the page collects information for all KYC checks that apply to the [legal entity type](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#legal-entity-types).",
"$ref": "#/components/schemas/CollectInformation"
},
"editMode": {
"description": "Indicates if editing checks is allowed even if all the checks have passed.",
"type": "boolean"
},
"mobileOAuthCallbackUrl": {
"description": "The URL to which the account holder is redirected after completing an OAuth authentication with a bank through Trustly/PayMyBank.",
"type": "string"
},
"platformName": {
"description": "The platform name which will show up in the welcome page.",
"type": "string"
},
"returnUrl": {
"description": "The URL where the account holder will be redirected back to after they complete the onboarding, or if their session times out. Maximum length of 500 characters. If you don't provide this, the account holder will be redirected back to the default return URL configured in your platform account.",
"type": "string"
},
"shopperLocale": {
"description": "The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. \n\nIf not specified in the request or if the language is not supported, the page uses the browser language. If the browser language is not supported, the page uses **en-US** by default.\n\nFor a list of supported languages, refer to [Change the page language](https://docs.adyen.com/marketplaces-and-platforms/classic/hosted-onboarding-page/customize-experience#change-page-language).",
"type": "string"
},
"showPages": {
"description": "Contains indicators whether specific pages must be shown to the account holder.",
"$ref": "#/components/schemas/ShowPages"
}
},
"required": [
"accountHolderCode"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-getonboardingurlrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.