Help customers identify high-risk users who have co-loan behavior (co-loan behavior refers to loan from multiple parties at the same time for a period of time)
This API is required to input the ID number that can represent the identity of the user(aadhaar、pan、voterid), and return the number of registered organizations and query on organizations of the user that can be found in our database.
The card type:pan, aadhaar, voterid or bank_account
required
card_no
string
The card number
required
date_before
string
The query base date, default is current time. The API only return result of before date_before.
3.Response Params
Fields
Type
Description
request_id
string
Unique id of each request
status
string
Response status, OK for success request, Error Codes for failed request
result
object
The query result
3.1 Elements in result
Fields
Type
Description
card_no
string
The card number,same as request param card_no
card_type
string
The card type,same as request param card_type
stats
object
Number of registries and querying agencies in different time periods, including: all_time, 90_days(within 90 days), 30_days(within 30 days), 15_days(within 15 days), 7_days((within 7 days)
3.2 Elements in stats
Fields
Type
Description
all_time
object
all result of before date_before
90_days
object
result within 90 days before date_before
30_days
object
result within 30 days before date_before
15_days
object
result within 15 days before date_before
7_days
object
result within 7 days before date_before
3.3 Elements in all_time/N_days
Fields
Type
Description
query_count
object
Number of query agencies in current date range
registry_types
object
The types of regitry agency,default is paydayloan,return format: {"paydayloan": N}