Przelewy24 · Schema

RepresentativesArray

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
name string First name and last name
pesel string Explicit identifier - PESEL
View JSON Schema on GitHub

JSON Schema

RepresentativesArray.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RepresentativesArray",
  "properties": {
    "name": {
      "maxLength": 100,
      "type": "string",
      "description": "First name and last name"
    },
    "pesel": {
      "type": "string",
      "maxLength": 11,
      "minLength": 11,
      "description": "Explicit identifier - PESEL"
    }
  }
}