Adyen · JSON Structure

Hosted Onboarding Get Pci Url Request Structure

GetPciUrlRequest schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

GetPciUrlRequest is a JSON Structure definition published by Adyen, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountHolderCode returnUrl

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-get-pci-url-request-structure.json",
  "description": "GetPciUrlRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "accountHolderCode": {
      "description": "The account holder code you provided when you created the account holder.",
      "type": "string"
    },
    "returnUrl": {
      "description": "The URL where the account holder will be redirected back to after they fill out the questionnaire, or if their session times out. Maximum length of 500 characters.",
      "type": "string"
    }
  },
  "required": [
    "accountHolderCode"
  ],
  "name": "GetPciUrlRequest"
}