Adyen · Schema

CardholderReceipt

CardholderReceipt schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
headerForAuthorizedReceipt string 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`
View JSON Schema on GitHub

JSON Schema

management-cardholder-receipt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-cardholder-receipt-schema.json",
  "title": "CardholderReceipt",
  "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"
    }
  }
}