Bank Account Verification Status
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/api/v0/pennyDrop/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"response_code": 0,
"response_message": "Success",
"payload": {
"ifsc": "SBIN000000",
"requestId": "TRN599214603JDSFSD",
"enkashUniqueId": "4942002350",
"utr": null,
"status": "FAILED",
"beneficiaryName": null,
"nameMatchPercentage": null
}
}
Modified at 2025-09-19 05:08:25