GOV.UK Pay · JSON-LD Context

Api Context

JSON-LD context defining the semantic vocabulary for Api from GOV.UK Pay.

0 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

pay: https://docs.payments.service.gov.uk/api_reference/#

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "pay": "https://docs.payments.service.gov.uk/api_reference/#"
  },
  "@type": "WebAPI",
  "@id": "https://publicapi.payments.service.gov.uk/",
  "name": "GOV.UK Pay API",
  "description": "REST API for accepting card payments, issuing refunds, managing recurring payment agreements, and retrieving payment data for UK public sector organisations.",
  "documentation": "https://docs.payments.service.gov.uk/",
  "termsOfService": "https://www.payments.service.gov.uk/terms/",
  "provider": {
    "@type": "Organization",
    "name": "Government Digital Service",
    "url": "https://www.gov.uk/government/organisations/government-digital-service",
    "email": "[email protected]"
  },
  "offers": {
    "@type": "Offer",
    "description": "Free for UK public sector organisations"
  },
  "additionalType": [
    "https://schema.org/PaymentService",
    "https://schema.org/GovernmentService"
  ],
  "serviceArea": {
    "@type": "Country",
    "name": "United Kingdom"
  },
  "featureList": [
    "Card Payments",
    "Refunds",
    "Recurring Payment Agreements",
    "Payment Disputes",
    "Webhooks",
    "MOTO Payments",
    "PCI DSS Compliance"
  ],
  "softwareVersion": "1.0.3",
  "url": "https://publicapi.payments.service.gov.uk/"
}