# Validate Account Validate bank account Endpoint: POST /v2/validate_account Version: 2.5.1 ## Header parameters: - `authorization` (any) Bearer token (JWT signed with your SECRET_KEY) ## Request fields (application/json): - `country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" - `account_number` (string, required) Bank account id of the beneficiary. - `bank_branch_code` (string, required) Indian Financial System Code (IFSC) of the bank branch ## Response 400 fields (application/json): - `detail` (any) ## Response 401 fields (application/json): - `detail` (any) ## Response 403 fields (application/json): - `detail` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 429 fields (application/json): - `detail` (any) ## Response 500 fields (application/json): - `detail` (any)