Przelewy24 · Example Payload

Transactionrefundsinforesponse_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionrefundsinforesponse_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 TransactionRefundsInfoResponse",
  "value": {
    "data": {
      "orderId": 1,
      "sessionId": "example_sessionId",
      "amount": 1,
      "currency": "example_currency",
      "refunds": [
        {
          "batchId": 1,
          "requestId": "example_requestId",
          "date": "example_date",
          "login": "example_login",
          "description": "example_description",
          "status": 3,
          "amount": 1
        }
      ]
    },
    "responseCode": 0
  }
}