E

eu-verify · Validate BIC

by eu-verify

GETBase

$0.001

per call · USD Coin on Base

Deterministic BIC/SWIFT check before an international payment: ISO 9362 structure (4-letter bank, 2-letter country, 2-char location, optional 3-char branch) plus a real ISO 3166-1 country-code verification. Query: ?bic=BNPAFRPP or ?bic=DEUTDEFF500. Returns valid, parsed parts and is_test_bic (8th char '0'). Pairs with /v1/validate/iban for country-consistency checks. Pure offline computation, 1y cache.

Endpoint

GET https://data.greeneris.io/v1/validate/bic

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/validate/bic", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/validate/bic?bic=BNPAFRPP" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "bank_code": "BNPA",
  "bic": "BNPAFRPP",
  "branch": null,
  "country": "FR",
  "is_test_bic": false,
  "location": "PP",
  "source": "offline ISO 9362 structure check + ISO 3166-1 country table (no SWIFT directory lookup)",
  "valid": true
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services