# Validate Bank Get info about previously created Quote Endpoint: POST /v2/validate_bank 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" - `bank_branch_code` (string, required) ## 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)