Przelewy24 · Schema

TransferHistory200ResponseBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
result object Comprises a table of objects of the transfer history or an empty table if no transfers have been found
View JSON Schema on GitHub

JSON Schema

TransferHistory200ResponseBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransferHistory200ResponseBody",
  "properties": {
    "result": {
      "description": "Comprises a table of objects of the transfer history or an empty table if no transfers have been found",
      "items": {
        "$ref": "#/components/schemas/HistoryOutObjectBody"
      }
    }
  }
}