Przelewy24 · Schema

DispatchTransactionResponse400

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
result object Array of transaction result objects
error object Error object
View JSON Schema on GitHub

JSON Schema

DispatchTransactionResponse400.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DispatchTransactionResponse400",
  "properties": {
    "result": {
      "description": "Array of transaction result objects",
      "items": {
        "$ref": "#/components/schemas/DispatchResult600ObjectArrayBody"
      }
    },
    "error": {
      "description": "Error object",
      "$ref": "#/components/schemas/ErrorDispatch400Object"
    }
  }
}