Przelewy24 · Schema

cardData

IN PREPARATION! An object containing card data

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
means object
transactionType string Transaction type:
- standard - standard transaction
- initial - 1click or recurring initialization transaction. Launched in SCA mode
- 1click - transaction with a save
View JSON Schema on GitHub

JSON Schema

cardData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "cardData",
  "type": "object",
  "description": "<b><font color = \"#DB2053\">IN PREPARATION!</font></b> An object containing card data",
  "discriminator": {
    "propertyName": "transactionType",
    "mapping": {
      "recurring": "#/components/schemas/recurring",
      "standard": "#/components/schemas/other2",
      "initial": "#/components/schemas/other",
      "1click": "#/components/schemas/other2"
    }
  },
  "properties": {
    "means": {
      "type": "object",
      "properties": {
        "card": {
          "type": "object",
          "properties": {
            "pan": {
              "type": "string",
              "description": "Payment card number (PAN - personal account number)"
            },
            "expYear": {
              "type": "integer",
              "description": "The year in which the card expires"
            },
            "expMonth": {
              "type": "integer",
              "description": "The month in which the card expires"
            },
            "clientName": {
              "type": "string",
              "description": "Name and surname of the card holder"
            },
            "securityCode": {
              "type": "string",
              "description": "CVV/CVC code"
            }
          },
          "required": [
            "pan",
            "expYear",
            "expMonth",
            "clientName"
          ]
        },
        "referenceNumber": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "Reference number (token assigned by P24)"
            },
            "securityCode": {
              "type": "string",
              "description": "Security code"
            }
          },
          "required": [
            "id"
          ]
        },
        "schemeToken": {
          "type": "object",
          "properties": {
            "pan": {
              "type": "string",
              "description": "Token number"
            },
            "expYear": {
              "type": "integer",
              "description": "The year in which the card expires"
            },
            "expMonth": {
              "type": "integer",
              "description": "The month in which the card expires"
            },
            "securityCode": {
              "type": "string",
              "description": "Cryptogram"
            },
            "eci": {
              "type": "string",
              "description": "The Electronic Commerce Indicator"
            },
            "type": {
              "type": "string",
              "description": "Typ tokenu",
              "enum": [
                "visaToken",
                "mcToken",
                "visaMobile",
                "applepay",
                "googlepay"
              ]
            }
          },
          "required": [
            "pan",
            "expYear",
            "expMonth",
            "type"
          ]
        },
        "xPayPayload": {
          "type": "object",
          "properties": {
            "payload": {
              "type": "string",
              "description": "Base64 encrypted payment payload"
            },
            "type": {
              "type": "string",
              "description": "Payment type",
              "enum": [
                "applepay",
                "googlepay"
              ]
            }
          },
          "required": [
            "payload",
            "type"
          ]
        }
      }
    },
    "transactionType": {
      "type": "string",
      "description": "Transaction type:<br> - <b>standard</b> - standard transaction<br> - <b>initial</b> - 1click or recurring initialization transaction. Launched in SCA mode<br> - <b>1click</b> - transaction with a saved card in the presence of the customer<br> - <b>recurring</b> - recurring transaction<br>\n"
    }
  },
  "required": [
    "means",
    "transactionType"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cardData"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.