Adyen Accounts Create Account Context
JSON-LD context defining the semantic vocabulary for Adyen Accounts Create Account from Adyen.
5 Classes
20 Properties
4 Namespaces
Namespaces
adyen:
https://docs.adyen.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CreateAccountHolderRequest
CreateAccountHolderResponse
CreateAccountRequest
CreateAccountResponse
description
Properties
| Property |
Type |
Container |
| accountHolderCode |
string |
|
| accountHolderDetails |
string |
|
| createDefaultAccount |
boolean |
|
| legalEntity |
string |
|
| primaryCurrency |
string |
|
| processingTier |
integer |
|
| verificationProfile |
string |
|
| accountCode |
string |
|
| accountHolderStatus |
string |
|
| invalidFields |
string |
set |
| pspReference |
string |
|
| resultCode |
string |
|
| verification |
string |
|
| bankAccountUUID |
string |
|
| metadata |
reference |
|
| payoutMethodCode |
string |
|
| payoutSchedule |
string |
|
| payoutScheduleReason |
string |
|
| payoutSpeed |
string |
|
| status |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"adyen": "https://docs.adyen.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CreateAccountHolderRequest": "adyen:CreateAccountHolderRequest",
"CreateAccountHolderResponse": "adyen:CreateAccountHolderResponse",
"CreateAccountRequest": "adyen:CreateAccountRequest",
"CreateAccountResponse": "adyen:CreateAccountResponse",
"accountHolderCode": {
"@id": "adyen:accountHolderCode",
"@type": "xsd:string"
},
"accountHolderDetails": {
"@id": "adyen:accountHolderDetails",
"@type": "xsd:string"
},
"createDefaultAccount": {
"@id": "adyen:createDefaultAccount",
"@type": "xsd:boolean"
},
"description": "schema:description",
"legalEntity": {
"@id": "adyen:legalEntity",
"@type": "xsd:string"
},
"primaryCurrency": {
"@id": "adyen:primaryCurrency",
"@type": "xsd:string"
},
"processingTier": {
"@id": "adyen:processingTier",
"@type": "xsd:integer"
},
"verificationProfile": {
"@id": "adyen:verificationProfile",
"@type": "xsd:string"
},
"accountCode": {
"@id": "adyen:accountCode",
"@type": "xsd:string"
},
"accountHolderStatus": {
"@id": "adyen:accountHolderStatus",
"@type": "xsd:string"
},
"invalidFields": {
"@id": "adyen:invalidFields",
"@container": "@set",
"@type": "xsd:string"
},
"pspReference": {
"@id": "adyen:pspReference",
"@type": "xsd:string"
},
"resultCode": {
"@id": "adyen:resultCode",
"@type": "xsd:string"
},
"verification": {
"@id": "adyen:verification",
"@type": "xsd:string"
},
"bankAccountUUID": {
"@id": "adyen:bankAccountUUID",
"@type": "xsd:string"
},
"metadata": {
"@id": "adyen:metadata",
"@type": "@id"
},
"payoutMethodCode": {
"@id": "adyen:payoutMethodCode",
"@type": "xsd:string"
},
"payoutSchedule": {
"@id": "adyen:payoutSchedule",
"@type": "xsd:string"
},
"payoutScheduleReason": {
"@id": "adyen:payoutScheduleReason",
"@type": "xsd:string"
},
"payoutSpeed": {
"@id": "adyen:payoutSpeed",
"@type": "xsd:string"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
}
}
}