Docs

Log into read the version of docs relevant to your site.

Email address not valid in Revenue Story

Problem Statement

You see "Email address not valid" when clicking Go to RevenueStory from the Chargebee dashboard. Your email contains a "+" (e.g., abc+xyz@chargebee.com).

Solution

The "+" in the email must be URL-encoded. Encode "+" as %2B in the RevenueStory URL. For example:

https://demo.revenuestory.io/demo/dashboard?email=abc%2Bxyz@chargebee.com

Use the encoded URL when linking to RevenueStory with an email that contains "+".

Was this article helpful?