EMV® QR Code Engine
Secure, Stateless & Fast: The Ultimate EMV® Compliant Merchant-Presented QR Code Engine Process payments with confidence. Zero data persistence. 100% Rust. The QR Code Engine is the definitive solution for developers who need a high-performance QR Code generator/decoder without the compliance headache. Built entirely in Rust, the architecture is strictly stateless, ensuring maximum security for…
EMV® QR Code Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| EMV Generator | ||
| POST |
generate_qrcode /payments/fiat/v1/mpm/qrcode |
Generates an EMV-compliant Merchant Presented Mode (MPM) QR code from structured JSON data. **Features:** - Automatic CRC-16 calculation (Tag 63). - **Text Sanitization:** By… |
| EMV Decoder | ||
| POST |
decode_qrcode /payments/fiat/v1/mpm/decode |
Parses and validates an EMV QR code string, extracting all payment information into a structured JSON. **Features:** - CRC-16 checksum validation (rejects tampered codes). -… |
| System | ||
| GET |
health_check /payments/fiat/v1/health |
Returns server health status. Used by load balancers and monitoring systems to ensure the engine is up and running. |
| GET |
get_emv_specification /payments/fiat/v1/mpm/spec |
Returns the complete in-memory JSON schema used by the engine to validate tags. Useful for building frontend validators. |
EMV® QR Code Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $100 / month | — |
|
| ULTRA | $250 / month | — |
|
| MEGA | $500 / month | — |
|