Przelewy24 · Example Payload

Transactionresult_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionresult_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 TransactionResult",
  "value": {
    "merchantId": 1,
    "posId": 1,
    "sessionId": "example_sessionId",
    "amount": 1,
    "originAmount": 1,
    "currency": "example_currency",
    "orderId": 1,
    "methodId": 1,
    "statement": "example_statement",
    "sign": "example_sign"
  }
}