Przelewy24 · Example Payload

Blikoneclick_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Blikoneclick_Example is an example object payload from Przelewy24, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryvalue

Example Payload

Raw ↑
{
  "summary": "Example BlikOneClick",
  "value": {
    "token": "example_token",
    "type": "example_type",
    "aliasValue": "example_aliasValue",
    "aliasLabel": "example_aliasLabel",
    "recurring": {
      "type": "M",
      "expirationDate": "example_expirationDate",
      "frequency": "example_frequency",
      "totalLimitAmount": 1,
      "limitAmount": 1,
      "totalLimitCount": 1,
      "minimumTime": false,
      "availableBanks": false
    }
  }
}