Webhook Services
Overview
Our webhook solution ensures that your system receives real-time notifications regarding specific events triggered within the NI system, based on your subscription to the different webhooks.

Card Replacement (Post)
This webbook serves to promptly inform your system whenever a card replacement occurs. This helps ensure that important card management activities are communicated accurately and on time. Card replacements are crucial in banking because they affect customer accounts, security, and transaction abilities.

Pin Action (Post)
This webbook serves to promptly inform your system whenever there are PIN-related actions performed on a card. It's important for maintaining card security, overseeing operations, and meeting regulatory requirements in finance. PIN-related actions, as of now we support reset pin counter only.
Token Notification
Status:
Production
Version:
V2
Category:
Webhook
Overview
This webhook serves to instantly inform your system whenever a tokenization event occurs.
This webhook serves to instantly inform your system whenever a tokenization event occurs.
Token Notification
Status:
Production
Version:
V2
Category:
Webhook
Node | Child Node | Type | Length | Description |
---|---|---|---|---|
Authorization | Bearer xxxx | string | Authorization Header (Bearer Token) | |
Content-Type | application/json | string | Content Type |
Node Type | Type | Length | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
id | string | 36 | Unique identifer for the request | |||||||
type | string | 5 | AC: Activation,TC: Completion,TD: Token Events,TE: Token Resume | |||||||
timestamp | string | 30 | Timestamp of the request - Format YYYY-MM-DDtHH:MM:SS.SSS+04:00 | |||||||
details | card | id | value | string | 32 | Card Identifier | ||||
type | string | 20 | externalCardId - when this is used,cardNumber - when clear card number is used | |||||||
maskedCardNumber | string | 19 | Masked PAN number | |||||||
clientId | string | 20 | Client ID | |||||||
mobilePhone | string | 32 | Mobile Number to which the SMS should be triggered | |||||||
string | 255 | Email ID | ||||||||
language | string | 3 | Language ISO code | |||||||
cbsNumber | string | 10 | CBS Number | |||||||
textMessage | string | 255 | The content of the SMS | |||||||
token | activationPref | string | 10 | Activation Preference. Applicable for type= AC | ||||||
requestorId | string | 10 | Token Requestor ID | |||||||
requestorName | string | 30 | Wallet Name | |||||||
activationCode | string | 30 | Activation OTP. Applicable for type= AC | |||||||
deviceType | string | 10 | Device Type. Applicable for type= TC, TD, TE | |||||||
tokenEventReasonCode | string | 20 | TOKEN STATUS. Applicable for type= TD, TE | |||||||
tokenEventIndicator | string | 3 | 3:Inactive/Deactivated 4:SoftDeleted 6:Suspended 7:Active. Applicable for type= TD, TE |
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b",
"type": "AC",
"timestamp": "2020-07-20T06:49:02.366Z",
"details": {
"card": {
"id": {
"value": "99984100133767425304",
"type": "externalCardId"
},
"maskedCardNumber": "999841XXXXXX7408",
"clientId": "112233677339066180",
"mobilePhone": "112211223322",
"email": "James.Robert@network.global",
"language": "ENG",
"cbsNumber": "ENG"
},
"textMessage": "Thank you for your NI Issuing Core DEMO Visa Gold credit card application. Your NI Issuing Core DEMO credit card ending 0796 was activated with 0.00 AED.",
"token": {
"activationPref": "1",
"requestorId": "50110030273",
"requestorName": "APPLE PAY",
"activationCode": "303241",
"deviceType": "21",
"tokenEventReasonCode": "Active",
"tokenEventIndicator": "3,4,6,7"
}
}
}
Node | Child Node | Type | Length | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Content-Type | application/json | string | Content Type |
Node Type | Type | Length | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
id | string | 36 | Unique identifer ID | |||||||
type | string | 10 | AC: Activation,TC: Completion,TD: Token Events,TE: Token Resume | |||||||
timestamp | string | 30 | Timestamp of the response - Format YYYY-MM-DDtHH:MM:SS.SSS+04:00 | |||||||
response | status | code | string | 5 | Status code of the response | |||||
description | string | 30 | Response Description |
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b",
"type": "AC",
"timestamp": "2020-07-20T06:49:02.366Z",
"response": {
"status": {
"code": "00",
"description": "successful"
}
}
}
Code | Description |
---|---|
200 | Sample Description |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
500 | Internal Server Error |
502 | Bad gateway |
503 | Scheduled Maintenance |
504 | Gateway Timeout |
596 | Service Not Found |
How It Works
Follow the steps below. For more details, read the Quick Start Guide.
1- Process 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Amet, sed at amet cras fringilla adipiscing nunc, in pulvinar. Sagittis pellentesque leo et proin convallis justo vitae in.
2- Process 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Amet, sed at amet cras fringilla adipiscing nunc, in pulvinar. Sagittis pellentesque leo et proin convallis justo vitae in.
3- Process 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Amet, sed at amet cras fringilla adipiscing nunc, in pulvinar. Sagittis pellentesque leo et proin convallis justo vitae in.
4- Process 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Amet, sed at amet cras fringilla adipiscing nunc, in pulvinar. Sagittis pellentesque leo et proin convallis justo vitae in.
5- Process 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Amet, sed at amet cras fringilla adipiscing nunc, in pulvinar. Sagittis pellentesque leo et proin convallis justo vitae in.