Card Services
Overview
Our card services support multiple card types, including Visa, MasterCard, American Express, and Discover, as well as other popular payment methods like Apple Pay and Google Pay. You can also set up recurring payments for your customers, making it easy for them to make regular payments without having to enter their card information every time.Our advanced fraud detection and prevention features use machine learning algorithms to help identify and prevent fraudulent transactions. We also provide detailed reporting and analytics, allowing you to track and analyze payment data and make data-driven decisions.
We also offer multi-currency support, which allows you to accept payments from customers in different parts of the world. And with our 24/7 customer support, you can always count on us to help you resolve any issues related to our card services.Our card services are also fully compliant with all local and international regulations, such as PCI DSS, so you can be confident that you're accepting payments in a secure and compliant manner.
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.
SMS Webhook
Status:
Production
Version:
V2
Category:
Card Services
SMS Webhook....
Overview
The SMS Webhook serves to inform your system when an SMS needs to be dispatched to the cardholder.
SMS text generation
This functionality is employed when NI handles SMS text generation, but the message sending is managed by your system.
Predefined templates
Message text generation relies on predefined templates set up at NI for each event.
Contact details
Alongside message text generation, we'll provide the contact details necessary to send the notification back to the cardholder from your side.
How It Works
First the template needs to be defined at NI side, and delivery channel will be defined as your system.
Once SMS is triggered, the SMS Webhook will initiate a request containing relevant information about the event to a predefined URL endpoint.
SMS Webhook
Status:
Production
Version:
V2
Category:
Card Services
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 | 20 | Unique identifer for the request | |||||||
type | string | 32 | Type of the webhook | |||||||
timestamp | string | 30 | Timestamp of the request - Format YYYY-MM-DDtHH:MM:SS.SSS+04:00 | |||||||
details | sms | recipient | 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 | 21 | Client ID | |||||||
mobilePhone | string | 32 | Mobile Number to which the SMS should be triggered | |||||||
string | 255 | Email ID | ||||||||
language | string | 3 | Language ISO code | |||||||
textMessage | string | 255 | The content of the SMS |
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b",
"type": "SMS",
"timestamp": "2020-07-20T06:49:02.366Z",
"details": {
"sms": {
"recipient": {
"card": {
"id": {
"value": "99984100133767425304",
"type": "externalCardId"
}
},
"maskedCardNumber": "999841XXXXXX7408",
"clientId": "112233677339066180",
"mobilePhone": "112211223322",
"email": "James.Robert@network.global",
"language": "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."
}
}
}
Node | Child Node | Type | Length | Description | |||
---|---|---|---|---|---|---|---|
Content-Type | application/json | string | Content Type |
Node Type | Type | Length | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
id | string | 12 | Unique identifer ID | |||||||
type | string | 10 | Type of the webhook | |||||||
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": "SMS",
"timestamp": "2020-07-20T06:49:02.366Z",
"response": {
"status": {
"code": "00",
"description": "successful"
}
}
}
Code | Description |
---|---|
200 | Bank Fin Profiles Successfully retrieved |
400 | Bad request (Refer to the Bussiness Error Table) |
401 | Indicates that the request requires user authentication information. The client MAY repeat the request with a suitable Authorization header field |
404 | The server can not find the requested resource. |
500 | Internal Server Error |
502 | The server got an invalid response while working as a gateway to get the response needed to handle the request |
503 | The server is not ready to handle the request. |
504 | The server is acting as a gateway and cannot get a response in time for a request. |
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.