Overview of the bank_account_verification
object.
Shown below is a sample object for the bank_account_verification
object.
{
"id": "accver_BhOM01sUb3tXprWwTGBLlKZVG",
"object": "bank_account_verification",
"bank_account_number": "10000000000165",
"bank_ifsc_code": "AAAA0001618",
"name_as_per_bank": "Ganga Reddy",
"force_penny_drop": false,
"force_penny_drop_amount": 0,
"status": "success",
"message": "Transaction Successful",
"last_verified_at": "2022-03-23",
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"merchant_reference_id": "1409614085",
"created_at": 1648030636,
"is_sandbox": true
}
The table below lists the various objects in the bank_account_verification
object.
Parameter | Type | Description |
---|---|---|
id | string | Unique identifier of the account verification transaction in the ZWITCH database. Example: accver_Qs93rRv6Vq4EIVzKurII849yj |
object | string | API object that is returned. Possible value: bank_account_verification |
bank_account_number | string | The bank account number you want to verify. Example: 563057182710 |
bank_ifsc_code | string | IFSC of the bank account you want to verify. Example: HDFC0000123 |
name_as_per_bank | string | Account holder's name as per bank records. Example: Anil Reddy |
force_penny_drop | boolean | Use this parameter only when verifying a bank account using pennydrop API. |
force_penny_drop_amount | float | Default value will be 0 in case of pennyless verification |
status | string | Status of the account verification transaction. Possible values:
|
message | string | Message explaining the status of the request. Example: Invalid Account |
last_verified_at | string | The date, in the YYYY-MM-DD format, the account was last verified. Example: 2022-02-15 |
merchant_reference_id | string | Unique identifier entered when creating the verification request.
Example: 1409614085 |
created_at | integer | Unix timestamp when the account validation request was received by ZWITCH. Example: 1640179951 |
is_sandbox | boolean | The mode in which the API was triggered. Possible values:
|
metadata | object | Object of key-value pair that can be used to store additional information about the entity.
"key_1": "DD" |