Adyen · JSON Structure

Management Cartes Bancaires Info Structure

CartesBancairesInfo schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

CartesBancairesInfo is a JSON Structure definition published by Adyen, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

siret transactionDescription

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-cartes-bancaires-info-structure.json",
  "description": "CartesBancairesInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "siret": {
      "description": "Cartes Bancaires SIRET. Format: 14 digits.",
      "type": "string"
    },
    "transactionDescription": {
      "description": "Information regarding the transaction description.",
      "$ref": "#/components/schemas/TransactionDescriptionInfo"
    }
  },
  "required": [
    "siret"
  ],
  "name": "CartesBancairesInfo"
}