Try our account management tools for yourself
Choose the 'Manage account' button below to see our self-service tools in action. You'll need to have a Beach account to give this one a try. If you don't have one, you can create a subscriptionand then use the button below.
Beautiful
swimwear
delivered monthly.
Beach
The whole account management toolset is delivered with just two lines of code - one piece of JavaScript in the header (the same one as you use for Billsby Checkout) and then another for the manage account link.
<script src="https://checkoutlib.billsby.com/checkout.min.js"
data-billsby-company="companyname"></script>
<a href="javascript:void(0)" data-billsby-type="account">Manage account</a>
So if you can install Billsby Checkout, adding account management takes seconds.
Comprehensive account management functionality
Change plans
Update details and addresses
Change payment card
Manage add-ons and allowances
View invoices
Cancel plans
Authenticate customers and deep-link to specific functions
With a little extra time, you can authenticate customers so they don't need a one-time passcode, or deep-link to specific account management functions to design your own custom menu systems.
Beach
Beautiful
swimwear
delivered monthly.
Delivering authenticated account management and deep-linking is as simple as embedding the customers unique identifier and the specific function you want to display in the link.
<a href="javascript:void(0)" data-billsby-type="account" data-billsby-action="cancelplan" data-billsby-customer="CustomerID">Cancel plan</a>
It's not all or nothing. Turn off the self-sevice features you don't want.
You might decide that for certain features, you'd rather talk to customers yourself - like if they want to cancel. Or, you might want them to update their address in your system and then send the change to us through the API, but view invoices and update their credit card using the account management modal.
That's fine. You can turn off whichever features you don't want customers to use, and you can still invoke them on an ad-hoc basis with deep linking.
You're in control.
If you can do it with Billsby, you can do it with our powerful API.
Build your own account management journeys
Everything that works in our account management modal can also be custom built by you with our API to create a headless billing solution.
Synchronise data across systems
Receive update web hooks from us when something changes, or push changes to us from your own app or third party tools.
Mix and match
Take some elements of our pre-built account management tools and mix them with API features to balance development hours with custom design.