Card Shipping API
Headers
Request Body Parameters
| Parameters | Parameter description with validations | Sample | Data type | Mandatory/Optional |
| productName | Name of the product | OMG GIFT CARD | String | Mandatory |
| noOfCards | Number of cards. must be a positive integer between 1 to 100. | 1 | String | Mandatory |
| latLong | Latitude and Longitude of the location from map | 19.0759837,72.8776559 | String | Mandatory |
| address1 | Shipping address line 1. | 11th flr, SRB Building, Infocity | String | Mandatory |
| address2 | Shipping address line 2. | isu | String | Mandatory |
| city | City for shipping. | Bhubaneswar | String | Mandatory |
| state | State for shipping. | Odisha | String | Mandatory |
| pinCode | Pincode for shipping. | 751021 | String | Mandatory |
| country | Country | India | String | Mandatory |
| printOnCard | Name that needs to be print on card | Iserveu | String | Mandatory |
| channel | Channel | WEB | String | Mandatory |
Sample Request Body
Response Body Parameters
| Parameters | Description | Data type |
| statusCode | Status Code of the operation (0/1) | String |
| status | Status of the operation SUCCESS / FAILED | String |
| statusDesc | Status Description of the operation "Mini Statement fetched Successfully" | String |
| data | Data | Object |
| CardRefNo | Card reference number | Integer |
| cardRefFailedResult | Card Reference Failed Result | Array |
| cardRefSuccessResult | Card Reference Success Result | Array |
Sample Response Body
SUCCESS:
Detailed Status Codes
| Status | Response Type | Description |
| 0 | SUCCESS | Card Shipped Successfully |