Learn how link the Bunny customer portal with your platform to enable self service subscription management and upgrades.
This guide covers the customer portal integration from a developers point of view. It assumes that you have already setup your Products in Bunny and enabled them to be visible for self service.
TLDR... This integration involves using the API to generate a token that will be appended to a customer portal url that you will redirect the user over to for subscription management.
Setup API credentials
Make a request from your backend to obtain the portal security token using the portalSessionCreate graphql request.
The API client will need to have the security:read and security:write scopes enabled.