Przelewy24 · Schema

extended_DataBatchDetailsObject

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
overall object Batch overall information
transactions array List of transactions
refunds array List of refunds
View JSON Schema on GitHub

JSON Schema

extended_DataBatchDetailsObject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_DataBatchDetailsObject",
  "properties": {
    "overall": {
      "description": "Batch overall information",
      "items": null,
      "$ref": "#/components/schemas/OverallObject"
    },
    "transactions": {
      "description": "List of transactions",
      "type": "array"
    },
    "refunds": {
      "description": "List of refunds",
      "type": "array"
    }
  }
}