curl --request GET \
--url https://test-api.sandbox.co.in/bank/{ifsc}/accounts/{account_number}/penniless-verify \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1000000000000,
"transaction_id": "3fd57890-2b90-4b41-ab10-1ffeaef85fb3",
"data": {
"@entity": "@in.co.sandbox.bank.account.penny_less_verification_response",
"account_exists": true,
"name_at_bank": "JOHN DOE"
}
}Verify a bank account without dropping a penny into the beneficiary account.
curl --request GET \
--url https://test-api.sandbox.co.in/bank/{ifsc}/accounts/{account_number}/penniless-verify \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1000000000000,
"transaction_id": "3fd57890-2b90-4b41-ab10-1ffeaef85fb3",
"data": {
"@entity": "@in.co.sandbox.bank.account.penny_less_verification_response",
"account_exists": true,
"name_at_bank": "JOHN DOE"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token. For token-generation steps, refer to the Quickstart Guide.
Controls cache behavior for the request: true — Return cached response if available false — Bypass cache and fetch fresh data from origin Default: If omitted, returns fresh data from origin
API key used to identify and authenticate the client.
Specifies the API version for the request.
11-digit alpha-numeric code used to identify the bank branches
^[A-Za-z]{4}[a-zA-Z0-9]{7}$Bank account number. Max length: 40 characters
Was this page helpful?