Adyen · JSON-LD Context
Adyen Checkout Stored Payment Context
JSON-LD context defining the semantic vocabulary for Adyen Checkout Stored Payment from Adyen.
4 Classes
23 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
StoredPaymentMethodDetails
StoredPaymentMethodResource
StoredPaymentMethod
name
Properties
| Property | Type | Container |
|---|---|---|
| checkoutAttemptId | string | |
| recurringDetailReference | string | |
| storedPaymentMethodId | string | |
| type | string | |
| brand | string | |
| expiryMonth | string | |
| expiryYear | string | |
| externalResponseCode | string | |
| externalTokenReference | string | |
| holderName | string | |
| iban | string | |
| id | string | |
| issuerName | string | |
| lastFour | string | |
| networkTxReference | string | |
| ownerName | string | |
| shopperEmail | string | |
| shopperReference | string | |
| supportedRecurringProcessingModels | string | set |
| bankAccountNumber | string | |
| bankLocationId | string | |
| label | string | |
| supportedShopperInteractions | string | set |
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#",
"StoredPaymentMethodDetails": "adyen:StoredPaymentMethodDetails",
"StoredPaymentMethodResource": "adyen:StoredPaymentMethodResource",
"StoredPaymentMethod": "adyen:StoredPaymentMethod",
"checkoutAttemptId": {
"@id": "adyen:checkoutAttemptId",
"@type": "xsd:string"
},
"recurringDetailReference": {
"@id": "adyen:recurringDetailReference",
"@type": "xsd:string"
},
"storedPaymentMethodId": {
"@id": "adyen:storedPaymentMethodId",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"brand": {
"@id": "adyen:brand",
"@type": "xsd:string"
},
"expiryMonth": {
"@id": "adyen:expiryMonth",
"@type": "xsd:string"
},
"expiryYear": {
"@id": "adyen:expiryYear",
"@type": "xsd:string"
},
"externalResponseCode": {
"@id": "adyen:externalResponseCode",
"@type": "xsd:string"
},
"externalTokenReference": {
"@id": "adyen:externalTokenReference",
"@type": "xsd:string"
},
"holderName": {
"@id": "adyen:holderName",
"@type": "xsd:string"
},
"iban": {
"@id": "adyen:iban",
"@type": "xsd:string"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"issuerName": {
"@id": "adyen:issuerName",
"@type": "xsd:string"
},
"lastFour": {
"@id": "adyen:lastFour",
"@type": "xsd:string"
},
"name": "schema:name",
"networkTxReference": {
"@id": "adyen:networkTxReference",
"@type": "xsd:string"
},
"ownerName": {
"@id": "adyen:ownerName",
"@type": "xsd:string"
},
"shopperEmail": {
"@id": "adyen:shopperEmail",
"@type": "xsd:string"
},
"shopperReference": {
"@id": "adyen:shopperReference",
"@type": "xsd:string"
},
"supportedRecurringProcessingModels": {
"@id": "adyen:supportedRecurringProcessingModels",
"@container": "@set",
"@type": "xsd:string"
},
"bankAccountNumber": {
"@id": "adyen:bankAccountNumber",
"@type": "xsd:string"
},
"bankLocationId": {
"@id": "adyen:bankLocationId",
"@type": "xsd:string"
},
"label": {
"@id": "adyen:label",
"@type": "xsd:string"
},
"supportedShopperInteractions": {
"@id": "adyen:supportedShopperInteractions",
"@container": "@set",
"@type": "xsd:string"
}
}
}