GOV.UK Pay · Schema

AuthorisationSummary

Object containing information about the authentication of the payment.

PaymentsGovernmentUKPublic SectorRESTPCI DSSRefundsRecurring PaymentsWebhooks

Properties

Name Type Description
three_d_secure object
View JSON Schema on GitHub

JSON Schema

AuthorisationSummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/AuthorisationSummary.json",
  "title": "AuthorisationSummary",
  "type": "object",
  "description": "Object containing information about the authentication of the payment.",
  "properties": {
    "three_d_secure": {
      "$ref": "#/components/schemas/ThreeDSecure"
    }
  }
}