To verify the address provided by the user it is required to upload a bank statement/ payslip/utility bill that includes the user’s current address, full name and date of issue that is no older than 3 months.
Post to:
Bank statement/utility bill - https://api.basisid.com/auth/send-statement
Payslip - https://api.basisid.com/auth/send-pay-slip
Query parameters:
- User_hash (string) - Required
User hash (received in the /base-check step).
2. Check_id (string) - Required
User registration ID (received in the /base-check step).
3. File (file <binary>) - Required
Image file (jpg/jpeg/png/gif/tiff/pdf).
Example:
curl \
-F "user_hash=c3732a00d5e297ba5a83504dfe1f2cdb310d0f80" \
-F "check_id=8905" \
-F "file=@/path/to/image.jpg" \
https://api.basisid.com/auth/send-statement
Responses:
- 200 Status 200
- 400 Bad request (could not parse JSON input request /unacceptable file format)
- 404 Not Found (Invalid check_id/user_hash values)
- 500 Internal server error (contact support team)
Status 200 OK system response:
- Status (string) - Required
Upload status.
2. File (string) - Required
Example:
{
"status":"ok",
"file":"/eu/bill/6673adc0-4663-4d6c-acce-410a58153546.png"
}
Comments
0 comments
Please sign in to leave a comment.