Branded QR & Payment Code API
Generate branded, scannable QR codes in one call — payment codes (Brazil PIX BR Code, generic EMVCo Merchant-Presented codes, and alias/CVU/CBU bank-transfer blocks), vCard contacts, WiFi join codes, and bulk batches. Full branding: logo, colors, gradients, dot & finder-eye styles, and a call-to-action frame. Returns PNG or SVG. Deterministic and stateless.
Branded QR & Payment Code API endpoints
| Method | Endpoint | Description |
|---|---|---|
| QR | ||
| POST |
/v1/qr /v1/qr |
Encode any text or URL into a styled QR code. Customize module & finder-eye shapes, solid or gradient colors, a center logo, and an optional call-to-action frame. Returns a PNG… |
| Payment | ||
| POST |
/v1/qr/payment /v1/qr/payment |
Generate a branded payment QR. `rail=pix` builds a Brazil PIX "BR Code" (EMVCo MPM + CRC16) scannable by any bank app; `rail=emvco` builds a generic EMVCo Merchant-Presented code… |
| Contact | ||
| POST |
/v1/qr/vcard /v1/qr/vcard |
Encode a contact card (vCard 3.0) into a branded QR. Scanning it adds the contact — name, organization, phones, emails, website, address — straight to the phone book. |
| POST |
/v1/qr/wifi /v1/qr/wifi |
Encode WiFi credentials into a branded QR. Scanning it with the phone camera joins the network — no typing the password. Supports WPA/WPA2/WPA3, WEP, open networks, and hidden… |
| Batch | ||
| POST |
/v1/qr/batch /v1/qr/batch |
Generate many QR codes in a single call. Each item sets its own `type` (qr, payment, vcard, wifi), fields, and style. Items are processed independently — a bad item returns an… |
Branded QR & Payment Code API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $99 / month | — |
|