Skip to content

URL Redirections

URL Redirections are a way to customize the hosted pages by redirecting the Customer to another page of your web application when they perform specific actions.

There are 2 kinds of redirections:

Those redirections are used to bypass a page or change an action when the Customer is using the Customer portal.

Use these redirections when you need to handle these actions with your own custom process rather than relying on ProAbono’s default.

Subscription Tab Condition
“Terminate” button When the subscription is active (no engagement)
“Change plan” button When the subscription is active (no engagement)
“Change options” button When the subscription is active with updatable options
“Choose an offer” button When the subscription is ended
Payment Tab Condition
“Change payment method” button Always displayed
“Remove payment method” button When the customer has a payment method
Offers page (authenticated) Condition
Opening The pricing table is displayed to an authenticated user.
“Choose” button Always displayed
Offers page (for a given subscription) Condition
Opening The pricing table to upgrade a given subscription is displayed.
“Choose” button Always displayed
Offers page (anonymous) Condition
Opening The pricing table is displayed to a non-authenticated user.
“Choose” button Always displayed

There is only one redirection, and it is described in this article as it has extra parameters.

Here are the parameters added to the redirection URL.

Parameter Description Detail
from - portal when redirecting from the Customer Portal. - See this article for the Customer Workflows redirection. Always present
idc (for idCustomer) Internal identifier of the Customer in ProAbono. For security reasons, the shared identifier (ReferenceCustomer) is not used. Always present
refo (for ReferenceOffer) Reference of the related Offer. Only if relevant
idsu (for idSubscription) Internal identifier of the Subscription in ProAbono. Only if relevant