Adyen Configuration Payment Instrument Context
JSON-LD context defining the semantic vocabulary for Adyen Configuration Payment Instrument from Adyen.
8 Classes
19 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
PaymentInstrumentGroupInfo
PaymentInstrumentGroup
PaymentInstrumentInfo
PaymentInstrumentRequirement
PaymentInstrumentRevealInfo
PaymentInstrument
PaymentInstrumentUpdateRequest
description
Properties
| Property |
Type |
Container |
| balancePlatform |
string |
|
| properties |
reference |
|
| reference |
string |
|
| txVariant |
string |
|
| id |
string |
|
| balanceAccountId |
string |
|
| bankAccount |
string |
|
| card |
string |
|
| issuingCountryCode |
string |
|
| paymentInstrumentGroupId |
string |
|
| status |
string |
|
| statusReason |
string |
|
| type |
string |
|
| onlyForCrossBalancePlatform |
boolean |
|
| paymentInstrumentType |
string |
|
| cvc |
string |
|
| expiration |
string |
|
| pan |
string |
|
| statusComment |
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#",
"PaymentInstrumentGroupInfo": "adyen:PaymentInstrumentGroupInfo",
"PaymentInstrumentGroup": "adyen:PaymentInstrumentGroup",
"PaymentInstrumentInfo": "adyen:PaymentInstrumentInfo",
"PaymentInstrumentRequirement": "adyen:PaymentInstrumentRequirement",
"PaymentInstrumentRevealInfo": "adyen:PaymentInstrumentRevealInfo",
"PaymentInstrument": "adyen:PaymentInstrument",
"PaymentInstrumentUpdateRequest": "adyen:PaymentInstrumentUpdateRequest",
"balancePlatform": {
"@id": "adyen:balancePlatform",
"@type": "xsd:string"
},
"description": "schema:description",
"properties": {
"@id": "adyen:properties",
"@type": "@id"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"txVariant": {
"@id": "adyen:txVariant",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"balanceAccountId": {
"@id": "adyen:balanceAccountId",
"@type": "xsd:string"
},
"bankAccount": {
"@id": "adyen:bankAccount",
"@type": "xsd:string"
},
"card": {
"@id": "adyen:card",
"@type": "xsd:string"
},
"issuingCountryCode": {
"@id": "adyen:issuingCountryCode",
"@type": "xsd:string"
},
"paymentInstrumentGroupId": {
"@id": "adyen:paymentInstrumentGroupId",
"@type": "xsd:string"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
},
"statusReason": {
"@id": "adyen:statusReason",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"onlyForCrossBalancePlatform": {
"@id": "adyen:onlyForCrossBalancePlatform",
"@type": "xsd:boolean"
},
"paymentInstrumentType": {
"@id": "adyen:paymentInstrumentType",
"@type": "xsd:string"
},
"cvc": {
"@id": "adyen:cvc",
"@type": "xsd:string"
},
"expiration": {
"@id": "adyen:expiration",
"@type": "xsd:string"
},
"pan": {
"@id": "adyen:pan",
"@type": "xsd:string"
},
"statusComment": {
"@id": "adyen:statusComment",
"@type": "xsd:string"
}
}
}