Admin Add Document Collected Account
Admin Add Document Collected Account.
Request
Request header:
PUT https://api.ipaymy.com/v2/admin/collected_accounts/documents
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"id": 0,
"supporting_documents": [""],
"review_type": "",
"kyc_documents": {
"front_nric": [""],
"back_nric": [""],
"holding_nric_photo": [""],
"front_passport": [""],
"holding_passport_photo": [""],
"poa": [""],
"b_director_nrics": [""],
"b_directors_poa": [""],
"b_letter_of_authorization": [""],
"b_acra_bizfile": [""],
"b_poba": [""],
"b_nrics": [""],
"b_poa": [""],
"b_structured_chart": [""]
}
}
id:
- Type: number
- Validate: required
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.