Przelewy24 · Schema

UserBalanceResponse200Body

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
balance object Object representing the account balance for a given wallet
timestamp integer Unix time stamp of the exact moment for which the results are presented
View JSON Schema on GitHub

JSON Schema

UserBalanceResponse200Body.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserBalanceResponse200Body",
  "properties": {
    "balance": {
      "description": "Object representing the account balance for a given wallet",
      "items": {
        "$ref": "#/components/schemas/BalanceObjectBody"
      }
    },
    "timestamp": {
      "type": "integer",
      "description": "Unix time stamp of the exact moment for which the results are presented"
    }
  }
}