Adyen Checkout Payment Details Context
JSON-LD context defining the semantic vocabulary for Adyen Checkout Payment Details from Adyen.
3 Classes
21 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
PaymentDetailsRequest
PaymentDetailsResponse
PaymentDetails
Properties
| Property |
Type |
Container |
| authenticationData |
string |
|
| details |
string |
|
| paymentData |
string |
|
| threeDSAuthenticationOnly |
boolean |
|
| additionalData |
reference |
|
| amount |
string |
|
| donationToken |
string |
|
| fraudResult |
string |
|
| merchantReference |
string |
|
| order |
string |
|
| paymentMethod |
string |
|
| pspReference |
string |
|
| refusalReason |
string |
|
| refusalReasonCode |
string |
|
| resultCode |
string |
|
| shopperLocale |
string |
|
| threeDS2ResponseData |
string |
|
| threeDS2Result |
string |
|
| threeDSPaymentData |
string |
|
| checkoutAttemptId |
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#",
"PaymentDetailsRequest": "adyen:PaymentDetailsRequest",
"PaymentDetailsResponse": "adyen:PaymentDetailsResponse",
"PaymentDetails": "adyen:PaymentDetails",
"authenticationData": {
"@id": "adyen:authenticationData",
"@type": "xsd:string"
},
"details": {
"@id": "adyen:details",
"@type": "xsd:string"
},
"paymentData": {
"@id": "adyen:paymentData",
"@type": "xsd:string"
},
"threeDSAuthenticationOnly": {
"@id": "adyen:threeDSAuthenticationOnly",
"@type": "xsd:boolean"
},
"additionalData": {
"@id": "adyen:additionalData",
"@type": "@id"
},
"amount": {
"@id": "adyen:amount",
"@type": "xsd:string"
},
"donationToken": {
"@id": "adyen:donationToken",
"@type": "xsd:string"
},
"fraudResult": {
"@id": "adyen:fraudResult",
"@type": "xsd:string"
},
"merchantReference": {
"@id": "adyen:merchantReference",
"@type": "xsd:string"
},
"order": {
"@id": "adyen:order",
"@type": "xsd:string"
},
"paymentMethod": {
"@id": "adyen:paymentMethod",
"@type": "xsd:string"
},
"pspReference": {
"@id": "adyen:pspReference",
"@type": "xsd:string"
},
"refusalReason": {
"@id": "adyen:refusalReason",
"@type": "xsd:string"
},
"refusalReasonCode": {
"@id": "adyen:refusalReasonCode",
"@type": "xsd:string"
},
"resultCode": {
"@id": "adyen:resultCode",
"@type": "xsd:string"
},
"shopperLocale": {
"@id": "adyen:shopperLocale",
"@type": "xsd:string"
},
"threeDS2ResponseData": {
"@id": "adyen:threeDS2ResponseData",
"@type": "xsd:string"
},
"threeDS2Result": {
"@id": "adyen:threeDS2Result",
"@type": "xsd:string"
},
"threeDSPaymentData": {
"@id": "adyen:threeDSPaymentData",
"@type": "xsd:string"
},
"checkoutAttemptId": {
"@id": "adyen:checkoutAttemptId",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
}
}
}