Przelewy24 · Schema

BalanceObjectBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
amount integer The amount of the balance in the smallest denomination (grosz)
currency string Currency in the form of [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) code
View JSON Schema on GitHub

JSON Schema

BalanceObjectBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BalanceObjectBody",
  "properties": {
    "amount": {
      "type": "integer",
      "description": "The amount of the balance in the smallest denomination (grosz)"
    },
    "currency": {
      "type": "string",
      "maxLength": 3,
      "description": "Currency in the form of [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) code",
      "example": "PLN"
    }
  }
}