Skip to main content
The bank app usually opens the WebApp on its home screen. To take a Consumer straight to a specific screen (from a push notification, a native menu entry, or a shortcut), open the WebView on one of the URLs below instead of the home.
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 :offerId is 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.
PagePathParameters
Home/acbNone
Rewards/acb/rewardsNone
Brands/acb/brandsNone
Brand detail/acb/brands/:brandIdbrandId (Brand identifier)
Offer detail/acb/offers/:offerIdofferId (Offer identifier)

Local Business

Available only when the Local Business option is enabled for the Program.
PagePathParameters
Nearby locations/locationNone

Vouchers

Available only when the Vouchers option is enabled for the Program.
PagePathParameters
Buy a voucher/acb/offers/:offerId/vouchersofferId (Offer identifier)
My vouchers/acb/vouchersNone
Archived vouchers/acb/vouchers/archivedNone
Voucher detail/acb/vouchers/:voucherIdvoucherId (voucher identifier)
Buy a voucher opens the purchase flow from its first step. The flow’s later steps are not meant to be opened directly.

Loyalty pages

These URLs open the loyalty experience (paths under /slc).
PagePathParameters
Home/slcNone
Loyalty programs/slc/loyaltiesNone
Add a loyalty card/slc/loyalties/:loyaltyId/add-cardloyaltyId (loyalty program identifier)
My loyalty cards/slc/loyalties-cardsNone
Activity history/activitiesNone
Add a loyalty card opens a multi-step flow from its first step. The flow’s later steps are not meant to be opened directly.

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:
https://consumer-<reference_pm>.paylead.eu/acb/offers/12345?lang=fr&mode=dark
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.