Przelewy24 · Example Payload

Refundobject_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Refundobject_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 RefundObject",
  "value": {
    "refundId": 1,
    "orderId": 1,
    "requestId": "example_requestId",
    "dateIn": "example_dateIn",
    "dateOut": "example_dateOut",
    "status": 1,
    "description": "example_description"
  }
}