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:
- Redirection from the Customer Portal,
- Redirection from a Customer Workflow.
Redirection from the Customer Portal
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 (anonymous) | Condition |
| Opening | You opened the anonymous pricing table |
| “Choose” button | Always displayed |
| Offers page (authenticated) | Condition |
| Opening | You opened the pricing table for a given customer |
| “Choose” button | Always displayed |
| Offers page (anonymous) | Condition |
| Opening | You opened the pricing table to upgrade a given subscription |
| “Choose” button | Always displayed |
Redirection from the Customer Workflows
There is only one redirection, and it is described in this article as it has extra parameters.
Querystring parameters
Here are the parameters added to the redirection URL.
| Parameter | Description | Detail |
| from |
|
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 |