Przelewy24 · Schema

TransactionResult

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
merchantId integer Merchant identification number
posId integer Shop identification number (defaults to merchant ID)
sessionId string Unique identifier from merchant's system
amount integer Amount of paid transaction expressed in lowest currency unit, e.g. 1.23 PLN = 123
originAmount integer Amount of the transaction when registered the token expressed in lowest currency unit, e.g. 1.23 PLN = 123
currency string Currency compatible with ISO, e.g. PLN
orderId integer Transaction number assigned by P24
methodId integer Payment method used by customer
statement string Payment title
sign string
Checksum of parameters:
{"merchantId":int,"posId":int,"sessionId":"string","amount"
View JSON Schema on GitHub

JSON Schema

TransactionResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransactionResult",
  "type": "object",
  "properties": {
    "merchantId": {
      "name": "merchantId",
      "in": "formData",
      "description": "Merchant identification number",
      "type": "integer"
    },
    "posId": {
      "name": "posId",
      "in": "formData",
      "description": "Shop identification number (defaults to merchant ID)",
      "type": "integer"
    },
    "sessionId": {
      "name": "sessionId",
      "in": "formData",
      "description": "Unique identifier from merchant's system",
      "type": "string",
      "maxLength": 100
    },
    "amount": {
      "name": "amount",
      "in": "formData",
      "description": "Amount of paid transaction expressed in lowest currency unit, e.g. 1.23 PLN = 123",
      "type": "integer"
    },
    "originAmount": {
      "name": "originAmount",
      "in": "formData",
      "description": "Amount of the transaction when registered the token expressed in lowest currency unit, e.g. 1.23 PLN = 123",
      "type": "integer"
    },
    "currency": {
      "name": "currency",
      "in": "formData",
      "description": "Currency compatible with ISO, e.g. PLN",
      "type": "string",
      "maxLength": 3,
      "default": "PLN"
    },
    "orderId": {
      "name": "orderId",
      "in": "formData",
      "description": "Transaction number assigned by P24",
      "type": "integer",
      "format": "int64"
    },
    "methodId": {
      "name": "methodId",
      "in": "formData",
      "description": "Payment method used by customer",
      "type": "integer"
    },
    "statement": {
      "name": "statement",
      "in": "formData",
      "description": "Payment title",
      "type": "string"
    },
    "sign": {
      "name": "sign",
      "in": "formData",
      "description": "<br>Checksum of parameters:<br> {<font color = \"brown\">\"merchantId\":</font>int,<font color = \"brown\">\"posId\":</font>int,<font color = \"brown\">\"sessionId\":</font>\"string\",<font color = \"brown\">\"amount\":</font>int,<font color = \"brown\">\"originAmount\":</font>int,<font color = \"brown\">\"currency\":</font>\"string\", <font color = \"brown\">\"orderId\":</font>int,<font color = \"brown\">\"methodId\":</font>int,<font color = \"brown\">\"statement\":</font>\"string\",<font color = \"brown\">\"crc\":</font>\"string\"} <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\"",
      "type": "string"
    }
  }
}

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/TransactionResult"
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.