Przelewy24 · Schema

BatchObject

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
dateIn string Date of creating batch. Format: “YYYY-MM-DD HH:MM:SS”
dateOut string Date of withdrawal. Format: “YYYY-MM-DD HH:MM:SS”
batchId integer Unique id of withdrawal
commision integer Sum of commisions
charge integer Charge
refund integer Sum of refunds
View JSON Schema on GitHub

JSON Schema

BatchObject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BatchObject",
  "properties": {
    "dateIn": {
      "type": "string",
      "description": "Date of creating batch. Format: \u201cYYYY-MM-DD HH:MM:SS\u201d"
    },
    "dateOut": {
      "type": "string",
      "description": "Date of withdrawal. Format: \u201cYYYY-MM-DD HH:MM:SS\u201d"
    },
    "batchId": {
      "type": "integer",
      "description": "Unique id of withdrawal"
    },
    "commision": {
      "type": "integer",
      "description": "Sum of commisions"
    },
    "charge": {
      "type": "integer",
      "description": "Charge"
    },
    "refund": {
      "type": "integer",
      "description": "Sum of refunds"
    }
  }
}