Skip to main content
GET
Get bank information for iban

Overview

This endpoint retrieves comprehensive bank information based on an IBAN. Use it to validate account details and check payment scheme support before initiating transactions.

Information Provided

  • Bank Identifier Code (BIC)
  • Bank name
  • Supported SEPA schemes
  • Reachability status

Use Cases

  • IBAN validation
  • Payment routing verification
  • Scheme compatibility checks
  • Bank identification

Path Parameters

iban
string
required

Iban to get information for

Response

Returned iban information

bic
string
required

Bank BIC.

Example:

"EXAMPLEBICX"

sepaSchemas
object
required

Map of supported SEPA schemas.

Example:
bankName
string

Bank name.

Example:

"Example Bank"

Last modified on February 10, 2026