Przelewy24 · Schema

TransactionRefundResult

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
orderId integer ID of the refunded transaction in P24 system
sessionId string ID of the refunded transaction in Partner's system
merchantId integer Merchant's ID of whose account the refund is performed
requestId string ID of refund request provided in transaction/refund
refundsUuid string ID of refund request in Partner's system provided in transaction/refund
amount integer Refund amount expressed in lowest currency unit, e.g. 1.23 PLN = 123
currency string Refund currency
timestamp integer Time of sending the refund notification provided in UNIX timestamp
status integer Status of the executed refund. 0 - completed, 1 - rejected
sign string
Checksum of parameters:
{"orderId":int,"sessionId":"str","refundsUuid":"str","merch
View JSON Schema on GitHub

JSON Schema

TransactionRefundResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransactionRefundResult",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the refunded transaction in P24 system"
    },
    "sessionId": {
      "type": "string",
      "description": "ID of the refunded transaction in Partner's system"
    },
    "merchantId": {
      "type": "integer",
      "description": "Merchant's ID of whose account the refund is performed"
    },
    "requestId": {
      "type": "string",
      "description": "ID of refund request provided in <a href=\"#tag/Dodatkowa-funkcjonalnosc-API/paths/~1api~1v1~1transaction~1refund/post\"><b>transaction/refund</b></a>"
    },
    "refundsUuid": {
      "type": "string",
      "description": "ID of refund request in Partner's system provided in <a href=\"#tag/Dodatkowa-funkcjonalnosc-API/paths/~1api~1v1~1transaction~1refund/post\"><b>transaction/refund</b></a>"
    },
    "amount": {
      "type": "integer",
      "description": "Refund amount expressed in lowest currency unit, e.g. 1.23 PLN = 123"
    },
    "currency": {
      "type": "string",
      "example": "PLN",
      "description": "Refund currency"
    },
    "timestamp": {
      "type": "integer",
      "description": "Time of sending the refund notification provided in UNIX timestamp"
    },
    "status": {
      "type": "integer",
      "description": "Status of the executed refund. 0 - completed, 1 - rejected",
      "enum": [
        0,
        1
      ]
    },
    "sign": {
      "type": "string",
      "description": "<br>Checksum of parameters:<br> {<font color = \"brown\">\"orderId\":</font>int,<font color = \"brown\">\"sessionId\":</font>\"str\",<font color = \"brown\">\"refundsUuid\":</font>\"str\",<font color = \"brown\">\"merchantId\":</font>int,<font color = \"brown\">\"amount\":</font>int,<br/><font color = \"brown\">\"currency\":</font>\"str\",<font color = \"brown\">\"status\":</font>int,<font color = \"brown\">\"crc\":</font>\"str\"} <br><br>calculated with the use of sha384<br><br> <b><font color = \"#DB2053\">IMPORTANT!:</font></b><br>  in case json_encode function is used, the following attributes should be added <br> \"JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES\""
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TransactionRefundResult"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.