Adyen Checkout Payment Completion Context
JSON-LD context defining the semantic vocabulary for Adyen Checkout Payment Completion from Adyen.
1 Classes
18 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
PaymentCompletionDetails
Properties
| Property |
Type |
Container |
| MD |
string |
|
| PaReq |
string |
|
| PaRes |
string |
|
| authorizationToken |
string |
|
| billingToken |
string |
|
| cupsecureplus.smscode |
string |
|
| facilitatorAccessToken |
string |
|
| oneTimePasscode |
string |
|
| orderID |
string |
|
| payerID |
string |
|
| payload |
string |
|
| paymentID |
string |
|
| paymentStatus |
string |
|
| redirectResult |
string |
|
| resultCode |
string |
|
| threeDSResult |
string |
|
| threeds2.challengeResult |
string |
|
| threeds2.fingerprint |
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#",
"PaymentCompletionDetails": "adyen:PaymentCompletionDetails",
"MD": {
"@id": "adyen:MD",
"@type": "xsd:string"
},
"PaReq": {
"@id": "adyen:PaReq",
"@type": "xsd:string"
},
"PaRes": {
"@id": "adyen:PaRes",
"@type": "xsd:string"
},
"authorizationToken": {
"@id": "adyen:authorization_token",
"@type": "xsd:string"
},
"billingToken": {
"@id": "adyen:billingToken",
"@type": "xsd:string"
},
"cupsecureplus.smscode": {
"@id": "adyen:cupsecureplus.smscode",
"@type": "xsd:string"
},
"facilitatorAccessToken": {
"@id": "adyen:facilitatorAccessToken",
"@type": "xsd:string"
},
"oneTimePasscode": {
"@id": "adyen:oneTimePasscode",
"@type": "xsd:string"
},
"orderID": {
"@id": "adyen:orderID",
"@type": "xsd:string"
},
"payerID": {
"@id": "adyen:payerID",
"@type": "xsd:string"
},
"payload": {
"@id": "adyen:payload",
"@type": "xsd:string"
},
"paymentID": {
"@id": "adyen:paymentID",
"@type": "xsd:string"
},
"paymentStatus": {
"@id": "adyen:paymentStatus",
"@type": "xsd:string"
},
"redirectResult": {
"@id": "adyen:redirectResult",
"@type": "xsd:string"
},
"resultCode": {
"@id": "adyen:resultCode",
"@type": "xsd:string"
},
"threeDSResult": {
"@id": "adyen:threeDSResult",
"@type": "xsd:string"
},
"threeds2.challengeResult": {
"@id": "adyen:threeds2.challengeResult",
"@type": "xsd:string"
},
"threeds2.fingerprint": {
"@id": "adyen:threeds2.fingerprint",
"@type": "xsd:string"
}
}
}