Przelewy24 · Schema

MerchantExistsResponse400

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data array
error string Error message
View JSON Schema on GitHub

JSON Schema

MerchantExistsResponse400.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MerchantExistsResponse400",
  "properties": {
    "data": {
      "type": "array"
    },
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Invalid pesel format"
    }
  }
}