Przelewy24 · Example Payload

Transactionrefund409_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionrefund409_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 TransactionRefund409",
  "value": {
    "error": [
      {
        "orderId": 1,
        "sessionId": "example_sessionId",
        "amount": 1,
        "description": "example_description",
        "status": false,
        "message": "The amount of refund exceeds available amount for the transaction"
      }
    ],
    "code": 409
  }
}