MockHero

swift_code

Business

Generate SWIFT/BIC bank identification codes in the standard 8 or 11 character format. For international banking and wire transfer testing.

Example Outputs

DEUTDEFFCHASUS33BARCGB22BNPAFRPP

API Usage

Send a POST request to generate swift code 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": "swift_code",
          "type": "swift_code"
        }
      ]
    }
  ]
}'

Common Use Cases

  • International payment testing
  • Bank integration seeding
  • Wire transfer testing

Quick Info

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

Try it now

Generate swift code data instantly in the playground.

Generate SWIFT Code + 155 more types via API

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

Get Started Free