Doc Upload
Doc Upload
Postman Collection
URL
POST : /v1/service/investment/docuploadHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
frontImg (String) Required
Merchant Document Front Img
Merchant Document Front Img
backImg (String) Required
Merchant Document Back Img
Merchant Document Back Img
panImg (String) Required
Merchant Document Pan Front Img
Merchant Document Pan Front Img
certificateNo (String) Required
Merchant FD Certificate No
Merchant FD Certificate No
Request
Example Request
curl --location --request POST '/v1/service/investment/docupload' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--form 'frontImg=@"0N0Y2K7y1/a13.jpg"' \
--form 'backImg=@"GhwTACxGX/a12.jpg"' \
--form 'panImg=@"Bfi_zMwJo/a11.jpg"' \
--form 'certificateNo="S2305060002"'
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Kyc Upload Sucessfully",
"status": "SUCCESS",
"data": "503-Document Uploaded Success"
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "502-Already Document Uploaded"
}
Response Code
| Status Code | Status | Message |
|---|---|---|
| 0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
| 0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
| 0x0202 | FAILURE | FAILURE USER |
| 0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
| 0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
| 0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
| 0x0206 | PENDING | TRANSACTION PENDING |
| 0x0208 | 2FA | TWO FACTOR AUNTHENTICATION |