Przelewy24 · Schema

extended_BatchDetailsError400Body

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
code string
error string
View JSON Schema on GitHub

JSON Schema

extended_BatchDetailsError400Body.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_BatchDetailsError400Body",
  "properties": {
    "code": {
      "type": "string",
      "example": 400
    },
    "error": {
      "type": "string",
      "example": "Value for field batch is invalid"
    }
  }
}