POST

Resolve BIC, bank name, and country from IBAN. Uses iban-bic table

/v1/iban-bic

Validation · iban-bic table

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/iban-bic
Content-Type: application/json

{
  "iban": "FR7630006000011234567890189"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Resolve BIC, bank name, and country from IBAN. Uses iban-bic table.

Request schema

Body: JSON · application/json

FieldTypeDescription
ibanstringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/iban-bic \
  -H "Content-Type: application/json" \
  -d '{
  "iban": "FR7630006000011234567890189"
}'

402 payment flow omitted — see Integrations for settlement.