$0.005
per call · USD Coin on Base
IBAN verification and bank validation for SEPA payments: a FORM check to verify a supplier before payment — ISO 13616 structure + mod-97 key, plus bank identification from FREE official sources (FR via ACPR/REGAFI incl. LEI and SIREN; BE NBB; AT OeNB incl. LEI; NL BIC list; DE Bundesbank file). French BICs via GLEIF/SWIFT BIC-to-LEI. NOT a payee verification for instant payments: neither the holder name nor the account's existence is checked (verification_titulaire: non_disponible).
Endpoint
GET https://api.sirenic.eu/v1/iban/verifier/:iban10
Calls / 30d
1
Unique payers / 30d
Sep 4
Last called
exact
Payment scheme
Call this service
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://api.sirenic.eu/v1/iban/verifier/:iban", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.sirenic.eu/v1/iban/verifier/:iban" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"banque": {
"bic": "PSSTFRPPXXX",
"identifiee": true,
"lei": "96950066U5XAAIRCPA78",
"nom": "La Banque Postale",
"siren": "421100645"
},
"code_banque": "20041",
"controles": {
"longueur": "ok",
"mod97": "ok",
"pays_connu": "ok"
},
"disclaimer": "Contrôle de FORME (structure ISO 13616 + clé mod 97-10) et registres publics uniquement — ceci n'est PAS une Verification of Payee au sens du règlement (UE) 2024/886 (le schéma VoP est réservé aux prestataires de services de paiement) : le nom du TITULAIRE du compte n'est jamais vérifié. L'existence du compte n'est pas contrôlée. / Format check (ISO 13616 structure + mod 97-10 check digits) and public registers only — NOT a Verification of Payee: the account holder's name is never checked and the account's existence is not tested.",
"exemple_de_documentation": true,
"iban_normalise": "FR1420041010050500013M02606",
"nature_du_controle": "forme_et_registres",
"non_verifie": [
"existence_du_compte",
"nom_du_titulaire"
],
"valide": true,
"verification_titulaire": "non_disponible"
}Payment details
0x76a672eee56d29d475b0715cc03b8c99d70ec8a2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Sirenic & similar services
Sirenic · Score Defaillance
api.sirenic.eu
Credit risk scoring for a French company: a default-risk score (0-100) at ~12 months from a transparent scorecard — filed financial ratios (structure, profitability, liquidity, net cash, debt service, trend), company age, and a hard BODACC override (open insolvency/liquidation, or closure for insufficiency of assets). Returns the score, a qualitative band, every component with its threshold, and a confidence level. Decision-support indicator — NOT a solvency opinion or credit rating.
Sirenic · Recherche
api.sirenic.eu
French company search and company lookup by name or SIREN in the official French company registry (INSEE Sirene / INPI RNE open data). Name search returns the top 10 matches with identity, SIREN, NAF code, city and active/ceased status, plus a score_confiance (0-1 match confidence) that helps disambiguate homonyms. The entry point to official data and company data on France: resolve a trading name to its SIREN identifier before pulling the full company profile, filings or financials.
Sirenic · Entreprise
api.sirenic.eu
Full French company profile by SIREN: official company data from the French company registry (INSEE Sirene / INPI RNE). One company lookup returns legal name, legal form, head-office address, NAF code, workforce bracket, creation date, active or ceased status, officers with name and role, collective agreement and the computed intra-EU VAT number. The core KYB building block for verifying a French counterparty: registry facts for due diligence, compliance and onboarding checks.