Skip to main content
GET
/
v1
/
bank-info
/
{iban}
Get bank information for iban
curl --request GET \
  --url https://api.pgw-sandbox.finventi.com/v1/bank-info/{iban}
{
  "bic": "<string>"
}

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 and address
  • 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.