Przelewy24 · Example Payload

Transactionobject_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionobject_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 TransactionObject",
  "value": {
    "settledAmount": 1,
    "ordrId": 1,
    "sessionId": "example_sessionId",
    "status": 1,
    "date": "example_date",
    "dateOfTransaction": "example_dateOfTransaction",
    "dateOfVerification": "example_dateOfVerification",
    "clientEmail": "example_clientEmail",
    "accountChecksum": "example_accountChecksum",
    "paymentMethod": 1,
    "description": "example_description",
    "clientName": "example_clientName",
    "clientAddress": "example_clientAddress",
    "clientCity": "example_clientCity",
    "clientZip": "example_clientZip",
    "statement": "example_statement",
    "fee": 1
  }
}