Przelewy24 · Schema
CardPaymentPositiveNotificationCardInfoData
PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech
Properties
| Name | Type | Description |
|---|---|---|
| cardType | string | Card type |
| bank | string | The bank issuing the card |
| refId | string | Card alias |
| bin | string | BIN number |
| mask | string | Card mask |
| cardDate | string | Card expiration date |
| hash | string | Card hash |
| cardCountry | string | Card issuing country code |
| security | object | Information regarding transaction security |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CardPaymentPositiveNotificationCardInfoData",
"type": "object",
"properties": {
"cardType": {
"type": "string",
"description": "Card type"
},
"bank": {
"type": "string",
"description": "The bank issuing the card"
},
"refId": {
"type": "string",
"description": "Card alias"
},
"bin": {
"type": "string",
"description": "BIN number"
},
"mask": {
"type": "string",
"description": "Card mask"
},
"cardDate": {
"type": "string",
"description": "Card expiration date"
},
"hash": {
"type": "string",
"description": "Card hash"
},
"cardCountry": {
"type": "string",
"description": "Card issuing country code",
"example": "PL"
},
"security": {
"type": "object",
"description": "Information regarding transaction security",
"allOf": [
{
"$ref": "#/components/schemas/CardPaymentPositiveNotificationSecurity"
}
]
}
}
}
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/CardPaymentPositiveNotificationCardInfoData"
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.