ISO8583 Message Generator & Decoder API
An intuitive API to generate and decode ISO8583 messages using customizable field mappings and rules. Users can define their own configurations to control how messages are built and parsed — no need to rely on static schemas. Perfect for testing, simulating, and integrating ISO8583 flows in financial applications. 🔄 Two-way support: JSON ➝ ISO8583 and ISO8583 ➝ JSON 🧩 Fully customizable field…
ISO8583 Message Generator & Decoder API endpoints
| Method | Endpoint | Description |
|---|---|---|
| API for ISO8583 Configuration | ||
| GET |
ISO8583 Get DefaultConfig /api/config/default |
Get default ISO8583 configuration |
| POST |
ISO8583 Create User /api/config/create-user |
Create user and assign default config |
| GET |
ISO8583 Get User Config /api/config/{userId} |
Get custom config saved created or update by you |
| POST |
ISO8583 Update config /api/config/{userId}/field/{fieldNumber} |
ISO Config API for ISO8583 Configuration Management |
| DELETE |
ISO8583 Delete config /api/config/{userId}/field/{fieldNumber} |
Delete field from user config |
| Other endpoints | ||
| POST |
ISO8583 Generator /iso8583/generate |
Generate ISO8583 messages from input fields |
| POST |
ISO8583 Decoder /iso8583/decode |
Decode ISO8583 messages |
| GET |
ISO8583 Get Default Config /api/config/default |
Get default ISO8583 configuration |
ISO8583 Message Generator & Decoder API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|