Adyen · JSON Structure

Management Cardholder Receipt Structure

CardholderReceipt schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

CardholderReceipt is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

headerForAuthorizedReceipt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-cardholder-receipt-structure.json",
  "description": "CardholderReceipt schema from Adyen API",
  "type": "object",
  "properties": {
    "headerForAuthorizedReceipt": {
      "description": "A custom header to show on the shopper receipt for an authorised transaction. Allows one or two comma-separated header lines, and blank lines. For example, `header,header,filler`",
      "type": "string"
    }
  },
  "name": "CardholderReceipt"
}