Pay Templates
Pay Templates let merchants choose the visual layout of their payment pages. Each template provides a distinct user experience optimized for different use cases.Available Templates
| ID | Name | Best For |
|---|---|---|
| A | Stacked Card Flow | Micro-payments, B2C mobile |
| B | Single Pane Premium | Standard shops, average basket (default) |
| C | Split Layout Trust | B2B premium, large amounts |
| D | Platform Native | Merchants who want a checkout aligned with their Simiz back-office |
| E | Split Brand Showcase | Merchants with a strong visual identity, premium e-commerce |
| F | Split Warm Accent | Modern shops, lifestyle brands, recurring payments |
Setting the Default Template
Merchants set their default pay template from Settings > White Label > Pay Template section.API
"A", "B", "C", "D", "E", "F".
Per-Link Override
Each payment link can override the organization default:templateId is omitted, the organization’s defaultPayTemplateId is used. If neither is set, template B (Single Pane Premium) is the platform default.
Preview
Preview any template at:Resolution Logic
The frontend resolves the template to display using this priority:paymentLink.templateId— per-link overridemerchantDefaultPayTemplateId— organization defaultB— platform default

