Adyen · Schema

Cellulant

PaymentsFinancial ServicesFintech

Properties

Name Type Description
checkoutAttemptId string The checkout attempt identifier.
issuer string The Cellulant issuer.
type string **Cellulant**
View JSON Schema on GitHub

JSON Schema

adyen-cellulantdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CellulantDetails",
  "title": "Cellulant",
  "additionalProperties": false,
  "properties": {
    "checkoutAttemptId": {
      "x-addedInVersion": "68",
      "description": "The checkout attempt identifier.",
      "type": "string"
    },
    "issuer": {
      "description": "The Cellulant issuer.",
      "type": "string"
    },
    "type": {
      "default": "cellulant",
      "description": "**Cellulant**",
      "enum": [
        "cellulant"
      ],
      "type": "string"
    }
  },
  "type": "object"
}