Verify an account by penny drop
Verify an account by crediting one rupee to it, returning the name the credit landed against.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request to verify a bank account.
name and mobile are optional details about who the account is expected to belong to. Both
are passed to the source as supplied, and neither changes the verdict: the answer is about the
account, and the name the bank holds comes back either way.
IFSC of the account's branch
^[A-Za-z]{4}[a-zA-Z0-9]{7}$Bank account number
^[A-Za-z0-9]{1,40}$Name claimed to hold the account, if you have one
100Account holder's mobile, if you have one
^[6-9]\d{9}$Response
Successful Response
Response to a penny-drop verification.
HTTP status code of the response
Unix millisecond timestamp of when the response was produced
Identifier for this call. Quote it when raising a query about one
What the bank reported for a penny-drop verification.
message states the outcome in the bank's own words, including the cases where the account
could not be reached at all, such as an offline beneficiary bank or an unavailable NPCI. Fields
beyond it are populated only as far as the verification got.
