Adyen Transaction Webhooks Context
JSON-LD context defining the semantic vocabulary for Adyen Transaction Webhooks from Adyen.
8 Classes
17 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
Amount
BalancePlatformNotificationResponse
ResourceReference
Resource
TransactionNotificationRequestV4
Transaction
TransferData
description
Properties
| Property |
Type |
Container |
| currency |
string |
|
| value |
integer |
|
| notificationResponse |
string |
|
| id |
string |
|
| reference |
string |
|
| balancePlatform |
string |
|
| creationDate |
dateTime |
|
| data |
string |
|
| environment |
string |
|
| type |
string |
|
| accountHolder |
string |
|
| amount |
string |
|
| balanceAccount |
string |
|
| bookingDate |
dateTime |
|
| status |
string |
|
| transfer |
string |
|
| valueDate |
dateTime |
|
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#",
"Amount": "adyen:Amount",
"BalancePlatformNotificationResponse": "adyen:BalancePlatformNotificationResponse",
"ResourceReference": "adyen:ResourceReference",
"Resource": "adyen:Resource",
"TransactionNotificationRequestV4": "adyen:TransactionNotificationRequestV4",
"Transaction": "adyen:Transaction",
"TransferData": "adyen:TransferData",
"currency": {
"@id": "adyen:currency",
"@type": "xsd:string"
},
"value": {
"@id": "adyen:value",
"@type": "xsd:integer"
},
"notificationResponse": {
"@id": "adyen:notificationResponse",
"@type": "xsd:string"
},
"description": "schema:description",
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"balancePlatform": {
"@id": "adyen:balancePlatform",
"@type": "xsd:string"
},
"creationDate": {
"@id": "adyen:creationDate",
"@type": "xsd:dateTime"
},
"data": {
"@id": "adyen:data",
"@type": "xsd:string"
},
"environment": {
"@id": "adyen:environment",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"accountHolder": {
"@id": "adyen:accountHolder",
"@type": "xsd:string"
},
"amount": {
"@id": "adyen:amount",
"@type": "xsd:string"
},
"balanceAccount": {
"@id": "adyen:balanceAccount",
"@type": "xsd:string"
},
"bookingDate": {
"@id": "adyen:bookingDate",
"@type": "xsd:dateTime"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
},
"transfer": {
"@id": "adyen:transfer",
"@type": "xsd:string"
},
"valueDate": {
"@id": "adyen:valueDate",
"@type": "xsd:dateTime"
}
}
}