Every path below is relative to your WebApp base URL,
https://consumer-<reference_pm>.paylead.eu. Combine it with the
opening URL parameters
(lang, mode) that control the display language and visual theme.How to read this reference
- Path parameters. A segment written like
:offerIdis a placeholder. Replace it with a real identifier obtained from the Paylead API. - Availability. Each experience, and some options within it, must be enabled for your Program. A URL is only available when its product or option is enabled. The tables below flag the options.
- Multi-step flows. Some URLs start a multi-step flow, such as buying a voucher or adding a loyalty card. Only the flow’s entry URL is listed; its intermediate steps are not meant to be opened directly, because each step needs the previous one’s context.
Perks pages
Cashback
These URLs open the Cashback experience (paths under/acb).
They cover the Consumer’s Rewards, the
Brands catalog, and individual Offers.
| Page | Path | Parameters |
|---|---|---|
| Home | /acb | None |
| Rewards | /acb/rewards | None |
| Brands | /acb/brands | None |
| Brand detail | /acb/brands/:brandId | brandId (Brand identifier) |
| Offer detail | /acb/offers/:offerId | offerId (Offer identifier) |
Local Business
Available only when the Local Business option is enabled for the Program.
| Page | Path | Parameters |
|---|---|---|
| Nearby locations | /location | None |
Vouchers
Available only when the Vouchers option is enabled for the Program.
| Page | Path | Parameters |
|---|---|---|
| Buy a voucher | /acb/offers/:offerId/vouchers | offerId (Offer identifier) |
| My vouchers | /acb/vouchers | None |
| Archived vouchers | /acb/vouchers/archived | None |
| Voucher detail | /acb/vouchers/:voucherId | voucherId (voucher identifier) |
Loyalty pages
These URLs open the loyalty experience (paths under/slc).
| Page | Path | Parameters |
|---|---|---|
| Home | /slc | None |
| Loyalty programs | /slc/loyalties | None |
| Add a loyalty card | /slc/loyalties/:loyaltyId/add-card | loyaltyId (loyalty program identifier) |
| My loyalty cards | /slc/loyalties-cards | None |
| Activity history | /activities | None |
Building the URL
Take the base URL, append a page path (with each:param replaced by a real
identifier), and add the opening parameters if needed:
Identifiers such as
offerId, brandId, loyaltyId, and voucherId come from
Paylead data. Retrieve them from the Paylead API before building the URL.What’s next
Troubleshooting
Diagnose a recurring auth screen, lost cookies, or hard-to-trace behaviour.
Bridge releases
Every published Mobile Bridge version, with the schema download.