v4

latestOpenAPI 3.1.02026-08-0117737.6 KB
Free

Free demo results

Returns example IBAN and BIC validation results. No payment required.

get/v1/demo

Response

Demo results

messagestring

Example response

{
  "iban_examples": [
    {
      "country": {
        "code": "GB",
        "name": "United Kingdom"
      },
      "check_digits": "29",
      "bic": {
        "code": "NWBKGB2L"
      },
      "formatted": "GB29 NWBK 6016 1331 9268 19",
      "clearing": {
        "iid": "00230",
        "name": "UBS Switzerland AG",
        "town": "Zürich"
      },
      "cost_usdc": 0.005
    }
  ]
}