Przelewy24 · Schema
extended_CardNotificationExt
PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Transaction amount |
| 3ds | boolean | Was 3D-Secure performed during payment? |
| method | integer | Payment method ID |
| refId | string | Card reference number |
| orderId | integer | Transaction number assigned by P24 for oneclick sampling |
| sessionId | string | Unique identifier from merchant's system |
| bin | integer | Registered card bin |
| maskedCCNumber | string | Masked card number |
| ccExp | string | Card expiry date in MMYYYY format eg. 122020 |
| hash | string | Unique card hash – unique for each card |
| cardCountry | string | Country code compatible with ISO, e.g. PL |
| risk | integer | 0 – safe, 1 – suspicious, 2 – hazardous. Score calculated using a card payment risk calculation tool |
| liabilityshift | boolean | Liability Shift means transferring responsibility for fraudulent transactions from the merchant to the card issuer or payment processor. 1 – Yes, 0 – No |
| sign | string | Checksum of parameters: {"amount":int,"3ds":boolean,"method":int,"refId":"str |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "extended_CardNotificationExt",
"properties": {
"amount": {
"type": "integer",
"description": "Transaction amount"
},
"3ds": {
"type": "boolean",
"description": "Was 3D-Secure performed during payment?"
},
"method": {
"type": "integer",
"description": "Payment method ID"
},
"refId": {
"type": "string",
"description": "Card reference number"
},
"orderId": {
"type": "integer",
"format": "int64",
"description": "Transaction number assigned by P24 for oneclick sampling"
},
"sessionId": {
"type": "string",
"description": "Unique identifier from merchant's system"
},
"bin": {
"type": "integer",
"description": "Registered card bin"
},
"maskedCCNumber": {
"type": "string",
"description": "Masked card number"
},
"ccExp": {
"type": "string",
"description": "Card expiry date in MMYYYY format eg. 122020"
},
"hash": {
"type": "string",
"description": "Unique card hash \u2013 unique for each card"
},
"cardCountry": {
"type": "string",
"description": "Country code compatible with ISO, e.g. PL",
"example": "PL"
},
"risk": {
"type": "integer",
"description": "0 \u2013 safe, 1 \u2013 suspicious, 2 \u2013 hazardous. Score calculated using a card payment risk calculation tool"
},
"liabilityshift": {
"type": "boolean",
"description": "Liability Shift means transferring responsibility for fraudulent transactions from the merchant to the card issuer or payment processor. 1 \u2013 Yes, 0 \u2013 No"
},
"sign": {
"type": "string",
"description": "<br>Checksum of parameters:<br>{<font color = \"brown\">\"amount\":</font>int,<font color = \"brown\">\"3ds\":</font>boolean,<font color = \"brown\">\"method\":</font>int,<font color = \"brown\">\"refId\":</font>\"str\",<font color = \"brown\">\"orderId\":</font>int,<font color = \"brown\">\"sessionId\":</font>\"str\",<br/><font color = \"brown\">\"bin\":</font>int,<font color = \"brown\">\"maskedCCNumber\":</font>\"str\",<font color = \"brown\">\"ccExp\":</font>\"str\",<font color = \"brown\">\"hash\":</font>\"str\",<br/><font color = \"brown\">\"cardCountry\":</font>\"str\",<font color = \"brown\">\"risk\":</font>int,<font color = \"brown\">\"liabilityshift\":</font>boolean,<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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/extended_CardNotificationExt"
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.