Przelewy24 · Schema

extended_HistoryResponse200Body

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object Array of objects (batches, transactions, refunds)
token string Token to request next page
responseCode integer 0 if correct
pageInformation object Information about pagination
View JSON Schema on GitHub

JSON Schema

extended_HistoryResponse200Body.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_HistoryResponse200Body",
  "properties": {
    "data": {
      "description": "Array of objects (batches, transactions, refunds)",
      "items": {
        "$ref": "#/components/schemas/HistoryDataObject"
      }
    },
    "token": {
      "type": "string",
      "description": "Token to request next page"
    },
    "responseCode": {
      "type": "integer",
      "description": "0 if correct"
    },
    "pageInformation": {
      "description": "Information about pagination",
      "items": {
        "$ref": "#/components/schemas/PageInformationObject"
      }
    }
  }
}