Credit Bureau
Get Credit Bureau Statement
This endpoint enables businesses to quickly and accurately verify users' creditworthiness. It allows you to check whether a customer's basic details match their account details, ensuring that the person using the account is indeed the same person who created it.
This is especially useful for businesses in the loan space as it ensures that their customers are who they say they are and that they're not using stolen or fraudulent accounts to access your services. By verifying a customer’s credit worthiness, you can reduce the risk of fraud, and protect your business.
To use this endpoint, you need to provide these customer details- name, number, date of birth, and country.
Test data
Post
<<https://api.prembly.com/identitypass/verification/asia/kyc/credit-bureau
Request headers
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | api-key | your api-key |
Request body
key | value | description |
---|---|---|
name | customer name | |
number | customer's ID number | |
dob | customer's date of birth | |
country | country of residence |
Response
{
"status": true,
"detail": "Verification Successfull",
"response_code": "00",
"data": {
"checkMessage": "Order has been completed as “failed”",
"checkType": "FAILED",
"elements": {
"addressCheck": "2",
"numberCheck": "2",
"nameCheck": "2",
"birthDateCheck": "2"
}
}
}
Updated 9 months ago