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 |
Setting the Default Template
Merchants set their default pay template from Settings > White Label > Pay Template section.API
"A", "B", "C".
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

