GOV.UK Pay · Schema

RefundLinksForSearch

links for search refunds resource

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
payment object
self object
View JSON Schema on GitHub

JSON Schema

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