My client runs a tuition business and charges $50 per class. He uses Xero accounting with Stripe to invoice the students every month. The business already has a site on Wix. Is there a way to create a dashboard that students can login and pay the due amount every month through the Wix site which would connect to Xero? The dashboard that a student login to should contain the balance and way to pay.
Hi Tim,
I was only able to locate an app in the App Market for Xero by OneSaas, however this app appears to only integrate your sales with your Xero account. You can view the app here: Xero by OneSaas
If Xero has any available API’s for you to implement you can do so by using the Fetch API. This allows you to call a third-party service directly from your client-side code. You can view the Fetch API here: Corvid: Accessing Third-Party Services with the Fetch API