GETCheck Bulk Bank Account Verification Status
Poll for per-account results of a Bulk Bank Account Verification batch using the bulk_reference_id returned at submit time.
Companion to the Bulk Bank Account Verification API. Because the batch runs asynchronously, callers poll this endpoint with the bulk_reference_id from the submit response to retrieve per-account penny-drop results as they complete. The response returns an entries array, one object per submitted account, each carrying the account-holder name at bank, bank/branch/MICR details, UTR, name-match score/result, and account status.
Query parameters
| Field | Type | Required | Description |
|---|---|---|---|
initiator_id | string | required | Registered mobile number of the API user (see Platform Credentials).e.g. 9962981729 |
bulk_reference_id | string | required | Unique id returned by the Bulk Bank Account Verification API for the submitted batch.e.g. 3356655212 |
initiator_idstringRequiredRegistered mobile number of the API user (see Platform Credentials).
example: 9962981729
bulk_reference_idstringRequiredUnique id returned by the Bulk Bank Account Verification API for the submitted batch.
example: 3356655212
Headers
| Field | Type | Required | Description |
|---|---|---|---|
developer_key | string | required | Static API key issued to your account after KYC. |
secret-key | string | required | Dynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))). |
secret-key-timestamp | string | required | Current time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time. |
content-type | string | required | application/jsone.g. application/json |
developer_keystringRequiredStatic API key issued to your account after KYC.
secret-keystringRequiredDynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))).
secret-key-timestampstringRequiredCurrent time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time.
content-typestringRequiredapplication/json
example: application/json
Responses
statusnumberPrimary success indicator (0 = success).
messagestringHuman-readable response / error message.
response_status_idnumberGranular status id; see the shared error-codes table.
response_type_idnumberA unique id for every possible response shape (success or error) — useful for client logic branching and analytics.
dataobjectAPI-specific response payload.
entriesarrayPer-account verification results — one object for each account submitted in the batch.
reference_idstringUnique reference id created for this account's verification.
name_at_bankstringAccount holder name as per bank records.
bank_namestringName of the financial institution.
utrstringUnique transaction reference number for the penny-drop credit.
citystringCity where the bank branch is located.
branchstringBank branch name.
micrstringMICR (ECS identification) code of the branch.
name_match_scorestringConfidence score for the supplied-name vs name-at-bank match.
name_match_resultstringName match result (e.g. MATCH / NO_MATCH).
account_statusstringCurrent status of the bank account verification.
account_status_codenumberNumeric code representing the account status.