SpareSpare Docs
GuidesAPI Reference

SDK

Official Spare client libraries, or REST integration where SDKs aren't yet available.

Use an official SDK for typed models, automatic token refresh, and error handling aligned with the API.

The React Native and Flutter SDKs for Spare Link payments are published and installable today (v1.0.0). The TypeScript SDK is published on npm as @spare-technologies/spare-api (v1.0.0). The other SDKs (Python, Java, C#, and Go) are still under review.

React Native

npm install @spare-technologies/spare-link

Flutter

flutter pub add spare_link

TypeScript available; other SDKs coming soon

The React Native and Flutter SDKs (above) and the TypeScript SDK are published. Python, Java, C#, and Go are under review and not yet published; until they ship, integrate those over the REST API.

TypeScript

npm install @spare-technologies/spare-api

REST without an SDK

You can integrate directly against the API Reference. SDKs are optional but reduce boilerplate for auth and serialization.