Przelewy24 · Example Payload

Ekspres_Historyoutobjectbody_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Ekspres_Historyoutobjectbody_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": "Ekspres Example HistoryOutObjectBody",
  "value": {
    "transfer": {
      "iban": "example_iban",
      "recipient": null,
      "sender": null,
      "label": "example_label",
      "title": "example_title",
      "amountOut": 1,
      "currencyOut": "example_currencyOut",
      "externalParam": "example_externalParam",
      "confirmation": false,
      "confirmationFilename": "string"
    },
    "express": false,
    "date": "example_date",
    "status": 1,
    "statusDescription": "example_statusDescription",
    "type": "example_type",
    "id": "example_id",
    "transferId": 1,
    "transferRequestId": 1
  }
}