Deliverect · JSON-LD Context
Deliverect Pay Api Context
JSON-LD context defining the semantic vocabulary for Deliverect Pay Api from Deliverect.
6 Classes
28 Properties
4 Namespaces
Namespaces
dv:
https://developers.deliverect.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
PayEndpointsRefundPayment
PayEndpointsRequestPayment
PayplatformPaymentsProfileRegister
PayplatformPaymentsRefund
PayplatformPaymentsRequest
PayplatformPaymentsUnregisterProfile
Properties
| Property | Type | Container |
|---|---|---|
| amount | integer | |
| gatewayProfileId | string | |
| mode | reference | |
| type | string | |
| returnUrl | string | |
| tokenId | string | |
| currency | string | |
| payableReference | string | |
| payer | reference | |
| name | string | |
| string | ||
| reference | string | |
| ip | string | |
| payable | reference | |
| id | string | |
| billingAddress | reference | |
| country | string | |
| city | string | |
| postalCode | string | |
| street | string | |
| houseNumber | string | |
| stateOrProvince | string | |
| captureMode | string | |
| accountId | string | |
| apiKey | string | |
| webhookUrl | string | |
| paymentId | string | |
| logoUrl | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"dv": "https://developers.deliverect.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"PayEndpointsRefundPayment": "dv:PayEndpointsRefundPayment",
"PayEndpointsRequestPayment": "dv:PayEndpointsRequestPayment",
"PayplatformPaymentsProfileRegister": "dv:PayplatformPaymentsProfileRegister",
"PayplatformPaymentsRefund": "dv:PayplatformPaymentsRefund",
"PayplatformPaymentsRequest": "dv:PayplatformPaymentsRequest",
"PayplatformPaymentsUnregisterProfile": "dv:PayplatformPaymentsUnregisterProfile",
"amount": {
"@id": "dv:amount",
"@type": "xsd:integer"
},
"gatewayProfileId": {
"@id": "dv:gatewayProfileId",
"@type": "xsd:string"
},
"mode": {
"@id": "dv:mode",
"@type": "@id"
},
"type": {
"@id": "dv:type",
"@type": "xsd:string"
},
"returnUrl": {
"@id": "dv:returnUrl",
"@type": "xsd:string"
},
"tokenId": {
"@id": "dv:tokenId",
"@type": "xsd:string"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"payableReference": {
"@id": "dv:payableReference",
"@type": "xsd:string"
},
"payer": {
"@id": "dv:payer",
"@type": "@id"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"reference": {
"@id": "dv:reference",
"@type": "xsd:string"
},
"ip": {
"@id": "dv:ip",
"@type": "xsd:string"
},
"payable": {
"@id": "dv:payable",
"@type": "@id"
},
"id": {
"@id": "dv:id",
"@type": "xsd:string"
},
"billingAddress": {
"@id": "dv:billingAddress",
"@type": "@id"
},
"country": {
"@id": "dv:country",
"@type": "xsd:string"
},
"city": {
"@id": "dv:city",
"@type": "xsd:string"
},
"postalCode": {
"@id": "dv:postalCode",
"@type": "xsd:string"
},
"street": {
"@id": "dv:street",
"@type": "xsd:string"
},
"houseNumber": {
"@id": "dv:houseNumber",
"@type": "xsd:string"
},
"stateOrProvince": {
"@id": "dv:stateOrProvince",
"@type": "xsd:string"
},
"captureMode": {
"@id": "dv:captureMode",
"@type": "xsd:string"
},
"accountId": {
"@id": "dv:accountId",
"@type": "xsd:string"
},
"apiKey": {
"@id": "dv:apiKey",
"@type": "xsd:string"
},
"webhookUrl": {
"@id": "dv:webhookUrl",
"@type": "xsd:string"
},
"paymentId": {
"@id": "dv:paymentId",
"@type": "xsd:string"
},
"logoUrl": {
"@id": "dv:logoUrl",
"@type": "xsd:string"
}
}
}