Account Fetch
The entity uses this webhook to authenticate the user with the requested data and return the corresponding response.
INFO
The same webhook is also used to get the latest status of user accounts.
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
Request format
Response
MANDATORY
All parameters
in the response are required to proceed.
Parameters
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