Account Fetch
The entity uses this webhook to authenticate the user with the requested data and return the corresponding response.
MANDATORY
A supplementary request to Add Account API is required if the user verification is successful.
Request
You must add an
accountFetch callback URI
to the webhook profile to receive requests from us.
Parameters
data
Object
mobile
String
Mobile number of user. Character length : 10 Eg: 9876543210
country_code
String
Country code for the mobile number.
Character length : 2
Eg: 91
dob
String
Date of birth of user. Format - YYYY-MM-DD Eg: 2020-11-20
Request format
Response
MANDATORY
All parameters
in the response are required to proceed.
Parameters
head
Object
HTTP_CODE
Integer
result
Object
code
Integer
status
String
The status against the request.
Allowed values: SUCCESS
FAILED
Response format
Result Code
Success
1001
- SUCCESS
Failed
2011
- No active account found.2012
- Account not found for user.2013
- DOB mismatch.2014
- Mobile number not found.
Last updated