v1

latestOpenAPI 3.0.32026-07-14108241269.2 KB
Credit 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

tsTransIDstring required
otpstring required

Example request

{
  "tsTransID": "TSgwKdYq1iiV13032026",
  "otp": "123456"
}

Response

Credit score generated

statusstring
chargeblestring
user_consentstring

Example response

{
  "status": "success",
  "result": {
    "status": 1,
    "msg": {
      "msg": "Transaction has been Completed successfully.",
      "data": {
        "persona": {
          "credit_score": "C"
        }
      }
    }
  },
  "chargeble": "true",
  "user_consent": "true"
}
All 108 operations