GOV.UK Pay · Schema

EmbeddedRefunds

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
refunds array
View JSON Schema on GitHub

JSON Schema

EmbeddedRefunds.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/EmbeddedRefunds.json",
  "title": "EmbeddedRefunds",
  "type": "object",
  "properties": {
    "refunds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Refund"
      }
    }
  }
}