Fetch Bank Information

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

SecurityoAuth2
Request
query Parameters
bankId
required
string

The identifier of the bank.

bankIdType
required
string

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

Enum: "NID" "BIC" "IBAN"
countryCode
string

Required only when bankIdType is "IBAN". The ISO 3166-1 alpha-2 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": {
    }
}