Skip to main content
GET
Example request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

country
string
required

ISO 3166-1 alpha-2 country code

Example:

"IN"

search_text
string
required

Search text (minimum 3 characters)

Minimum string length: 3
Example:

"HDFC"

code_type
enum<string>
required

Type of bank code to search

Available options:
swift_code,
sort_code,
aba_code,
bsb_code,
ifsc_code,
iban,
bank_name
Example:

"ifsc_code"

limit
integer

Maximum number of results (<= 50)

Required range: 1 <= x <= 50
Example:

10

offset
integer

Pagination offset

Required range: x >= 0
Example:

0

Response

Successful response

List banks response wrapper.

status
string
Example:

"success"

message
string
Example:

""

data
object