Adyen · JSON-LD Context
Adyen Checkout Card Details Context
JSON-LD context defining the semantic vocabulary for Adyen Checkout Card Details from Adyen.
3 Classes
24 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
CardDetailsRequest
CardDetailsResponse
CardDetails
Properties
| Property | Type | Container |
|---|---|---|
| cardNumber | string | |
| countryCode | string | |
| encryptedCardNumber | string | |
| merchantAccount | string | |
| supportedBrands | string | set |
| brands | string | set |
| brand | string | |
| checkoutAttemptId | string | |
| cupsecureplus.smscode | string | |
| cvc | string | |
| encryptedExpiryMonth | string | |
| encryptedExpiryYear | string | |
| encryptedSecurityCode | string | |
| expiryMonth | string | |
| expiryYear | string | |
| fundingSource | string | |
| holderName | string | |
| networkPaymentReference | string | |
| number | string | |
| recurringDetailReference | string | |
| shopperNotificationReference | string | |
| storedPaymentMethodId | string | |
| threeDS2SdkVersion | string | |
| type | 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#",
"CardDetailsRequest": "adyen:CardDetailsRequest",
"CardDetailsResponse": "adyen:CardDetailsResponse",
"CardDetails": "adyen:CardDetails",
"cardNumber": {
"@id": "adyen:cardNumber",
"@type": "xsd:string"
},
"countryCode": {
"@id": "adyen:countryCode",
"@type": "xsd:string"
},
"encryptedCardNumber": {
"@id": "adyen:encryptedCardNumber",
"@type": "xsd:string"
},
"merchantAccount": {
"@id": "adyen:merchantAccount",
"@type": "xsd:string"
},
"supportedBrands": {
"@id": "adyen:supportedBrands",
"@container": "@set",
"@type": "xsd:string"
},
"brands": {
"@id": "adyen:brands",
"@container": "@set",
"@type": "xsd:string"
},
"brand": {
"@id": "adyen:brand",
"@type": "xsd:string"
},
"checkoutAttemptId": {
"@id": "adyen:checkoutAttemptId",
"@type": "xsd:string"
},
"cupsecureplus.smscode": {
"@id": "adyen:cupsecureplus.smscode",
"@type": "xsd:string"
},
"cvc": {
"@id": "adyen:cvc",
"@type": "xsd:string"
},
"encryptedExpiryMonth": {
"@id": "adyen:encryptedExpiryMonth",
"@type": "xsd:string"
},
"encryptedExpiryYear": {
"@id": "adyen:encryptedExpiryYear",
"@type": "xsd:string"
},
"encryptedSecurityCode": {
"@id": "adyen:encryptedSecurityCode",
"@type": "xsd:string"
},
"expiryMonth": {
"@id": "adyen:expiryMonth",
"@type": "xsd:string"
},
"expiryYear": {
"@id": "adyen:expiryYear",
"@type": "xsd:string"
},
"fundingSource": {
"@id": "adyen:fundingSource",
"@type": "xsd:string"
},
"holderName": {
"@id": "adyen:holderName",
"@type": "xsd:string"
},
"networkPaymentReference": {
"@id": "adyen:networkPaymentReference",
"@type": "xsd:string"
},
"number": {
"@id": "adyen:number",
"@type": "xsd:string"
},
"recurringDetailReference": {
"@id": "adyen:recurringDetailReference",
"@type": "xsd:string"
},
"shopperNotificationReference": {
"@id": "adyen:shopperNotificationReference",
"@type": "xsd:string"
},
"storedPaymentMethodId": {
"@id": "adyen:storedPaymentMethodId",
"@type": "xsd:string"
},
"threeDS2SdkVersion": {
"@id": "adyen:threeDS2SdkVersion",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
}
}
}