Przelewy24 · Schema

GetBankCheck

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
available boolean Indication whether the bank is active
View JSON Schema on GitHub

JSON Schema

GetBankCheck.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetBankCheck",
  "properties": {
    "available": {
      "type": "boolean",
      "description": "Indication whether the bank is active",
      "example": true
    }
  }
}