Bank Account Verification PennyLess/PennyDrop
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"beneficiaryAccountNumber": "IOTwwQhA",
"customerRequestId": "string",
"beneficiaryIfscCode": "xcHx00qt60T",
"pennyLess": true
}
Request Code Samples
curl --location --request POST '/api/v0/pennyDrop' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryAccountNumber": "IOTwwQhA",
"customerRequestId": "string",
"beneficiaryIfscCode": "xcHx00qt60T",
"pennyLess": true
}'
Responses
application/json {
"beneficiaryAccountNumber": "IOTwwQhA",
"customerRequestId": "string",
"beneficiaryIfscCode": "xcHx00qt60T",
"pennyLess": true
}
Modified at 2025-08-08 09:24:36