MockHero

iban

Business

Generate locale-aware IBAN numbers with correct country prefix and BBAN length. German locale produces DE-prefixed IBANs, French produces FR-prefixed, etc.

Example Outputs

DE89370400440532013000FR7630006000011234567890189GB29NWBK60161331926819

API Usage

Send a POST request to generate iban data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "iban",
          "type": "iban"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Banking integration testing
  • Payment form validation
  • SEPA transfer testing
  • International banking

Quick Info

Field Type
iban
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate iban data instantly in the playground.

Generate IBAN + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free