v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBCredit Score
Verify OTP and fetch credit score
Verifies the OTP sent to the user and retrieves the credit score details. Requires valid OTP and user consent.
post/verify/credit_score_verify_otp
Request body
Example request
{
"tsTransID": "TSgwKdYq1iiV13032026",
"otp": "123456"
}Response
Credit score generated
Example response
{
"status": "success",
"result": {
"status": 1,
"msg": {
"msg": "Transaction has been Completed successfully.",
"data": {
"persona": {
"credit_score": "C"
}
}
}
},
"chargeble": "true",
"user_consent": "true"
}