Loyverse
59 operations0 webhooks
Point-of-sale system for retail stores, inventory, receipts, and customer loyalty programs.
Supported operations
- DeleteDestructive
Delete a category
- GetRead-only
Get a single category
- ListRead-only
List categories
- UpsertWrite
Create or update a category
FAQ
Install corsair and @corsair-dev/loyverse, add the Loyverse plugin, and connect with OAuth. Then call methods like corsair.loyverse.api.categories.delete() from your app. Corsair stores tokens, and syncs data per tenant.
Yes. Loyverse needs an OAuth app with scopes that match what you automate. Register the app in Loyverse, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Loyverse, GitHub, Notion, Stripe, and the rest. Trigger Loyverse from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for point-of-sale system for retail stores, inventory, receipts, and customer loyalty programs. Common builds include sync jobs, admin tooling, and agents that call Loyverse APIs from your backend. Local DB entities let you query synced Loyverse records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Loyverse API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/loyverse in the open repo. When Loyverse ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Loyverse data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Loyverse data on your behalf.