Order Physical Card API
Headers
Request Body Parameters
| Parameters | Parameter description with validations | Sample | Data type | Mandatory/Optional |
| address | User address | 123 Main St | String | Mandatory |
| address1 | User address line 1 | Apt 4B | String | Mandatory |
| pincode | PIN Code of the area | 900012 | String | Mandatory |
| state | Name of the state | California | String | Mandatory |
| city | Name of the city | Los Angeles | String | Mandatory |
| country | Name of the country | USA | String | Mandatory |
| cardRefId | Card Reference Id | 1500000228 | String | Mandatory |
| nameOnCard | Name on the card | HIMANSHU | String | Mandatory |
| personalizationMethod | Personalization Method | INDENT | String | Mandatory |
| pinType | PIN Type | GREENPIN | String | Mandatory |
| latLong | Comma separated by Latitude and longitude | 19.0759837,72.8776559 | String | Mandatory |
| channel | Name of the Channel | WEB | String | Mandatory |
| requestedUserName | Requested User Name. Required only for onboarding under Program Manager Sub-User, Corporate Admin, or Corporate Sub-User; not needed for Program Manager Admin. | CUST9876757565/td> | String | Mandatory |
Sample Request Body
Response Body Parameters
| Parameters | Description | Data type |
| statusCode | Status Code(0/1) | String |
| statusDesc | Status Description of Status | String |
| status | SUCCESS/FAILED | String |
Sample Response Body
SUCCESS:
FAILED:
Detailed Status Codes
| Status | Response Type | Description |
| 0 | SUCCESS | Virtual card successfully upgraded to a physical card. |
| 1 | FAILED | Card is not virtual |