API Reference

PIN Retry Limit Reached

Published when a card PIN retries exceeded the soft block threshold.

Event metadata

  • name: ISSUING
  • type: card.PIN.retry.exceed.soft.block

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringA unique ID that triggered the event.
versionstringAPI Version number.
dataobjectObject containing details associated with the event.

Notification example

{
    "version": "V1.5.2", 
    "event_name": "ISSUING", 
    "event_type": "card.PIN.retry.exceed.soft.block", 
    "event_id": "db231736-7219-418a-9ca7-ae46d0de59bb", 
    "source_id": "6c08232b-1a2e-4614-81bd-1ea14c5d4481", 
    "data": {
        "name": "Global Corporation1704868798", 
        "customer_id": "67f006f4-d593-49f4-be0e-f1f894e8933b", 
        "card_id": "1d749d10-511e-469f-9a83-0560a602ac37", 
        "card_number": "1234********3381", 
        "transaction_currency": "USD", 
        "transaction_amount": "100", 
        "merchant_name": "Example Merchant"
    }
}