ANSWERED

Creating Cycles

I'm having a hard time understanding how to charge my clients a different price after their first month of service. Basically I just want to charge my clients a set up fee for the first month, then a different monthly recurring fee after, how do I do this? Also I'm transferring from Chargebee to you guys and I'm trying to figure out the best way to transfer all my clients data and subscriptions easy, fast and safe. Any advice?
ANSWERED

Embed code throws warning/errors on both dev server and live site

On my dev server (localhost:3000) and on my production site (hosted by Vercel) I am getting either errors or a warning when using the href tag provided (aka the embed code). On my dev server, I'm getting these errors: Access to XMLHttpRequest at 'https://checkoutlib.billsby.com/config/config.json' from origin 'http://localhost:3000' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://localhost:3000' that is not equal to the supplied origin. GET https://checkoutlib.billsby.com/config/config.json net::ERR_FAILED Uncaught DOMException: Failed to execute 'send' on 'XMLHttpRequest' On my live website, I'm getting this warning: [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. In both instances, clicking on the link does nothing else (doesn't bring up checkout, etc).
ANSWERED

Link my own users database to billsby

I have a forum of 13000 members, I would like to offer an option for them to go ad free on my site buy aying a monthly fee. How can I do this so they don;t need to re enter details and get a new login to manage their billsby subscription? Thanks
ANSWERED

Subscription

When under my client information I select "edit" so that I can add the subscription, then a screen appears to select "subscription" once i do that. Why does it make me reenter the client CC details again? "Shouldn't it go straight to the check out cart using the CC details that's already saved.
ANSWERED

Save machine ids to order

I would like to let my digital software update a subscription order with a unique id. Would I be able to do this within this system?
ANSWERED

Are there any other embedding options to use on our website?

I'm having trouble with the javascript embedding options, when I put them into a HTML content box on my website it just looks rubbish a simple "Subscribe' with no button around it or colours or anything like that, and looks totally off brand. I know you can do anything with code to fix that if you know how, but are there any easy fixes where we can turn the javascript into a URL link and actually add it into pricing tables, CTA buttons etc on front end website services & have it go through to our billsby checkout? Or have a button brand configuration in our billsby dashboard where we can create the button we want and them copy and paste the button code for each plan/product etc straight into our site? As inputting the javascript into a link url section doesn't work at all. Any tips & guidance appreciated, Bests Andy
ANSWERED

Testing CHeck Out from Website

Is it possible to test a Check Out button for a plan from our website without going Live?
ANSWERED

Cloud Hosting

can I use this as a billing system for selling cloud services and space? the control panel is vestacp
ANSWERED

Email Relaying Denied

We are testing email flows. Among that, we also test if the "reply to this email" function works, that is embedded in all outgoing customer emails. Answers are going to [email protected] - are however returned, with the following error: Remote server returned not permitted to relay -> 550 5.7.1 Relaying denied Any help on this? Thank you!
ANSWERED

Frictionless temporary customers

I am integrating Billsby into multi-player games. During game startup I will check if the player is subscribed. The games have a trial period and Billsby Plans can handle that well with trial period features. But to do that, even a brand new user running the game for the very first time must create an account with a trial period, which will be a deterrent to the user. Users don't want to enter an email address and payment info just to do a trial. I would like to create a completely transparent, no-friction way to get them into the trial period, use Billsby to track the trial period, and then require them to create an account once the trial period is over. "Friction free" means not having to explicitly create a user ID (that they are aware of anyway), not have to enter an email address, and certainly not enter payment information. Ideally I would create a temporary Billsby customer the user would never know about, subscribe that user to a plan with 0 cost and a trial period, and store that customer ID locally to validate them every time they start the game. When the trial period has expired the game program would direct them to create an account, provide full info including email address and payment info, and delete the temporary customer in Billsby. But it doesn't appear it's possible to do it in that way, since creating a customer requires address, email, and payment info. Is there some way to accomplish what I'm trying to do -- use Billsby to track a trial period for a specific customer in some way, but with a zero-friction user experience until the trial period is over?