post https://demo.onefin.in/api/v1/service/generate_otp/
Before any lead or any identifier is sent to the lender, customer consent must be taken in terms of an OTP verification from the customer. For each loan which is booked a unique OTP verification must be done, which should have been done not before last 24 hours before the loan booking API is called.
POST /api/v1/service/generate_otp/
Sample Payload :
{
"mobile": "<customer mobile number>",
"country_code": "91",
"type": "bureau_soft_pull"
}