Przelewy24 · Schema

DispatchInfoResponse200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object Information of dispatched transactio n
responseCode integer Response code. 0 for correct
View JSON Schema on GitHub

JSON Schema

DispatchInfoResponse200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DispatchInfoResponse200",
  "properties": {
    "data": {
      "description": "Information of dispatched transactio n",
      "$ref": "#/components/schemas/DataDispatchInfoObject"
    },
    "responseCode": {
      "type": "integer",
      "description": "Response code. 0 for correct",
      "example": 0
    }
  }
}