GOV.UK Pay · Schema

PaymentLinksForEvents

links for events resource

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
self object
View JSON Schema on GitHub

JSON Schema

PaymentLinksForEvents.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/PaymentLinksForEvents.json",
  "title": "PaymentLinksForEvents",
  "type": "object",
  "description": "links for events resource",
  "properties": {
    "self": {
      "$ref": "#/components/schemas/Link"
    }
  }
}