BIC/SWIFT Code Validator is a paid API for AI agents from x402-datashop-production.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Validates and parses a BIC/SWIFT code against ISO 9362 structure rules and verifies its country code against ISO 3166-1, returning parsed components and test-BIC flag.
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.
Returns a JSON object indicating whether the BIC is valid, the parsed components (4-letter bank code, 2-letter country code, 2-character location code, optional 3-character branch code), and a boolean is_test_bic flag (true if the 8th character is '0').
GEThttps://x402-datashop-production.up.railway.app/v1/validate/bicUse this endpoint when you need a fast, offline, deterministic validation of a BIC/SWIFT code before initiating an international payment or storing banking details. Ideal for pre-flight checks in payment pipelines, onboarding flows collecting bank details, or compliance checks. Pairs naturally with the sibling IBAN validator for full cross-country consistency checks. Prefer this over live SWIFT directory lookups when you only need structural and country-code correctness, not live bank reachability.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"