Create Customer Portal Session
The request body must include at least one of accountId
or accountAlias
. Additionally, you can optionally provide settings for displaying various sections in the Customer Portal.
The account id as seen in your Alguna dashboard. Required if no accountAlias
is provided.
The alias (external id) stored against the account. It could be your internal account ID. Required if no accountId
is provided.
Settings tied to displaying the Plan Overview section in the Customer Portal. The planOverviewSettings object allows you to show or hide the entire section for a specific account by passing the planOverviewSettings.showSection property.
Settings tied to allowing the Subscriptions Cancellations section in the Customer Portal.
Settings tied to displaying the Invoice List section in the Customer Portal. This section is visible by default.
Settings tied to displaying the Billing Details section in the Customer Portal. This section is visible by default.
Response
Upon a successful request, you will receive a response containing a sessionUrl which is the URL to which the user should be redirected to access the Customer Portal.