Przelewy24 · Example Payload

Transactionbysessionidresponse_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionbysessionidresponse_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 TransactionBySessionIdResponse",
  "value": {
    "statement": "example_statement",
    "orderId": 1,
    "sessionId": "example_sessionId",
    "status": 1,
    "amount": 1,
    "currency": "example_currency",
    "date": "example_date",
    "dateOfTransaction": "example_dateOfTransaction",
    "clientEmail": "example_clientEmail",
    "accountMD5": "example_accountMD5",
    "paymentMethod": 1,
    "description": "example_description",
    "clientName": "example_clientName",
    "clientAddress": "example_clientAddress",
    "clientCity": "example_clientCity",
    "clientPostcode": "example_clientPostcode",
    "batchId": 1,
    "fee": "example_fee"
  }
}