Przelewy24 · Schema

DispatchResultObjectArrayBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
orderId integer Id number of dispatched transaction
orderIdNew integer Id number of new transaction created in P24 system
sessionId string Session's id of dispatched transaction podzielonej transakcji
sellerId integer Submerchant's id. The funds are transferred to this submerchant
amount integer Amount of transferred funds in polish groshes
status boolean Status of transaction
error string Error message. Empty for correct transaction
View JSON Schema on GitHub

JSON Schema

DispatchResultObjectArrayBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DispatchResultObjectArrayBody",
  "properties": {
    "orderId": {
      "type": "integer",
      "format": "int64",
      "description": "Id number of dispatched transaction"
    },
    "orderIdNew": {
      "type": "integer",
      "format": "int64",
      "description": "Id number of new transaction created in P24 system"
    },
    "sessionId": {
      "type": "string",
      "description": "Session's id of dispatched transaction podzielonej transakcji"
    },
    "sellerId": {
      "type": "integer",
      "description": "Submerchant's id. The funds are transferred to this submerchant"
    },
    "amount": {
      "type": "integer",
      "description": "Amount of transferred funds in polish groshes"
    },
    "status": {
      "type": "boolean",
      "description": "Status of transaction",
      "example": true
    },
    "error": {
      "type": "string",
      "description": "Error message. Empty for correct transaction",
      "example": ""
    }
  }
}