Fetch Bank Information

Retrieve detailed bank information using a BIC, IBAN, or NID.

SecurityoAuth2
Request
query Parameters
bankId
required
string <= 34 characters

The identifier of the bank. Accepted formats:

  • NID: only digits (0-9), exact 9 characters in length
  • BIC: uppercase letters (A-Z) and digits (0-9), 8 or 11 characters in length
  • IBAN: uppercase letters (A-Z) and digits (0-9), upto 34 characters in length. |
bankIdType
required
string

The type of bank identifier. When set to "IBAN", countryCode is required.

Enum: "NID" "BIC" "IBAN"
countryCode
string^[a-zA-Z]+$

Required only when bankIdType is "IBAN". The ISO 3166 country code.

Responses
200

Successful response

400

Bad Request – Missing or invalid parameters

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Internal server error

503

Service unavailable

get/v1/banks
Request samples
Response samples
application/json
{
  • "data": {
    }
}