Przelewy24 · Schema

InfoResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
country string
bank string
View JSON Schema on GitHub

JSON Schema

InfoResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InfoResponse",
  "properties": {
    "country": {
      "type": "string",
      "default": "PL"
    },
    "bank": {
      "type": "string",
      "default": "PL"
    }
  },
  "type": "object"
}