GOV.UK Pay · Schema

PaymentLinksForSearch

links for search payment resource

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
cancel object
capture object
events object
refunds object
self object
View JSON Schema on GitHub

JSON Schema

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