post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/card_validator
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Transaction result message |
| reference_id | String | Unique identifier used to track the specific request or transaction |
| request_id | String | Unique ID assigned internally to identify this specific request |
| card | String | The card number (may be masked in production). Used for BIN/IIN lookup (first 6–8 digits determine provider, type, etc.) |
| provider | String | The specific model of the device linked to the IMEI number |
| type | String | The card network or brand — e.g., VISA, MasterCard, RuPay, etc |
| country | String | The issuing country of the card |
| emoji | String | A country flag emoji corresponding to the issuing country (🇨🇦 for Canada). |
