Przelewy24 · Schema

DispatchTransactionResponse200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
result object Array of dispatched transaction results
error object Dispatch error object
View JSON Schema on GitHub

JSON Schema

DispatchTransactionResponse200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DispatchTransactionResponse200",
  "properties": {
    "result": {
      "description": "Array of dispatched transaction results",
      "items": {
        "$ref": "#/components/schemas/DispatchResultObjectArrayBody"
      }
    },
    "error": {
      "description": "Dispatch error object",
      "$ref": "#/components/schemas/DispatchErrorObjectBody"
    }
  }
}