Przelewy24 · Example Payload

Transactionrefundresult_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionrefundresult_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 TransactionRefundResult",
  "value": {
    "orderId": 1,
    "sessionId": "example_sessionId",
    "merchantId": 1,
    "requestId": "example_requestId",
    "refundsUuid": "example_refundsUuid",
    "amount": 1,
    "currency": "PLN",
    "timestamp": 1,
    "status": 0,
    "sign": "example_sign"
  }
}