Przelewy24 · Schema

DispatchErrorObjectBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
errorCode integer Erroc code. 0 for correct transaction
errorMessage string Error message. For correct transaction "Success, no error."
View JSON Schema on GitHub

JSON Schema

DispatchErrorObjectBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DispatchErrorObjectBody",
  "properties": {
    "errorCode": {
      "type": "integer",
      "description": "Erroc code. 0 for correct transaction",
      "example": 0
    },
    "errorMessage": {
      "type": "string",
      "description": "Error message. For correct transaction \"Success, no error.\"",
      "example": "Success, no error."
    }
  }
}