Skip to main content

License Sync With Companies Software They Lease/Sell

I’m curious if anyone here has experience setting up a real-time sync between FluentCart and an external system?

What I'm looking to achieve:

  • When a purchase is completed, FluentCart needs to 'talk' to the external API to generate/register a license key.
  • That key then needs to be fetched and displayed in the FluentCart Customer Portal so the user can access it immediately.
  • Ideally, if a subscription is cancelled or a payment fails, we need to send a 'restrict' command back to the license server.

Has anyone done a similar integration using FluentCart's license system? I’d love to hear how you handled it exactly.

If anyone has experience in this specific area and is open to handle the technical bridge-building, please shoot me a DM! I’d love to outsource this specific part of the build to someone who knows the FluentCart system.

Cointacter

Couldnt understand your exact goal, but the way i built my addons licensing system is:

  1. User buys license of addon or access pass on the main site.
  2. The same user installs my core plugin from wporg and goes to addons section to connect with main site to sync licenses from there. So simply a click of a button syncs all licenses from the main wp site to any wp site.

However im pretty sure anything is possible to sync between sites even for custom data fetch from the main site to any site, like i built for my licensing.

Ross FCA

Sounds like you just want to connect your external license to the fluent license.? The fluentcart license already works they way you described - assuming there's no way for our external system just to use fluentcart generated license keys, I'd suggest holding the fluentcart license and status on your external app side and manage the sync with webhooks/API.

Either way, this is a question with a dozen possible answers and really depends on what the "external" system is, how much control you have over it, what the user needs to do with their key, and why the fluentlicense system won't work for you.