If you create debts or links through the API, you do not need to build this URL yourself: the
paymentUrl field in the response already resolves to the portal (for debts it is also a deep link to that specific debt). This page is for when you want to build the link on your own, for example to send the user to their full portal instead of to a single debt.The two formats
The portal accepts two equivalent formats. Both resolve to the same place; what changes is the prefix and the company identifier you use.- When to use the slug
- When to use the companyCode
The
slug is your company’s short name (for example, acme-corp). It matches the Alias field under Settings → Organization in the dashboard.Use it when you manage a single company and want readable, branded URLs.URL components
Rules
- Case: the
slugis lowercase. ThecompanyCodeis used exactly as assigned to you. TheidentifierValuemay be case sensitive depending on how it was generated. - Separators: always use a forward slash (
/) between components. - Domain: use
app.tapipay.la. Thewww.tapipay.laandtapipay.ladomains redirect there, so they work, but they add an unnecessary redirect hop (worth avoiding if you are going to embed the portal in an iframe).

