Submit OTP

Get  https://api.businessonlinesolution.in/api/AOP/CibilScore/SubmitOTP


Submit OTP – Use this API to submit the OTP which you get from the generate OTP API from the Customer.

Body Parameters
{
    "cibil_id": "xyz byj",
    "access_token": "123456542124",
    "otp": "1234",
    "question_key": "xyz",
    "answer_key": "xyz twp",
    "RegistrationID": "AOP-554",
    "CompanyCode": "CMP1045"
}
Responses

200

200

Response

200

RESPONSE BODY

Json

401

401

Response

401

RESPONSE BODY

Object

responsecode integer

status boolean

message string


Did this page help you?     Yes    No

Language
shell Shell
python Python
node Node
c# C#
php PHP

cURL

curl --location --request GET 'https://api.businessonlinesolution.in/api/AOP/CibilScore/SubmitOTP' \
--header 'Content-Type: application/json' \
--data  '{
  "cibil_id": "xyz byj",
  "access_token": "123456542124",
  "otp": "1234",
  "question_key": "xyz",
  "answer_key": "xyz twp",
  "RegistrationID": "AOP-554",
  "CompanyCode": "CMP1045"
}'
                                

RESPONSE

200

401

-Result

Example

{
"status": "SUCCESS",
"message": "success",
"error_code": "SPC-200",
"merchant_trans_id": "SPCBL2308181506522334ZiSHM7bAe",
"access_token": null,
"result": {
"cibil_id": "93626**",
"cibil_status": "Success",
"is_returning_customer": 0,
"cibil_score_fetch_date": null
 }
}
                                
{
    "code": "207",
    "description": "Amount is Requaired",
    "merchantTrxnRefId": null,
    "token": null,
    "status": "False"
}