Przelewy24 · Schema

Transaction200Blik

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object Array of objects related to the BLIK alias
responseCode integer
View JSON Schema on GitHub

JSON Schema

Transaction200Blik.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Transaction200Blik",
  "properties": {
    "data": {
      "description": "Array of objects related to the BLIK alias",
      "items": {
        "$ref": "#/components/schemas/BlikAlias200"
      }
    },
    "responseCode": {
      "type": "integer",
      "default": 0
    }
  }
}