Issue, link, top up, redeem and inspect customer cards over a clean REST API. Test the whole flow in the sandbox in minutes — no SMS, no real money.
Authenticate with the x-api-key header · base URL api-ai.hssoft.com/v1
# Read a loyalty card — try it with the shared sandbox key curl -H "x-api-key: sk_test_demo" \ "https://api-ai.hssoft.com/v1/cashassist/loyalty-cards/info?id=10472" # → 200 OK { "id":"10472", "name":"Max Muster", "balance":42.50, "points":1280 }
A focused, well-documented API with a real sandbox and money-safe primitives baked in.
Link existing cards, create wallet cards, read balances & transactions, top up and redeem.
A seeded demo card and a test key out of the box. Run the full flow with zero side effects.
Idempotency keys on every booking, scoped API keys and rate limits — so retries never double-charge.
Full request/response schemas and a try-it console live in the API Reference.
Create an account, grab a test key, and make your first call.