Przelewy24 · Example Payload

Cardnotificationext_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Cardnotificationext_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 CardNotificationExt",
  "value": {
    "amount": 1,
    "3ds": false,
    "method": 1,
    "refId": "example_refId",
    "orderId": 1,
    "sessionId": "example_sessionId",
    "bin": 1,
    "maskedCCNumber": "example_maskedCCNumber",
    "ccExp": "example_ccExp",
    "hash": "example_hash",
    "cardCountry": "PL",
    "risk": 1,
    "liabilityshift": false,
    "sign": "example_sign"
  }
}