Quickstart
Last updated
Last updated
TBNS is a powerful loyalty and rewards platform that helps businesses increase customer retention and revenue through a flexible points-based system. This guide will walk you through the basic integration process.
A TBNS account (sign up at partner.tbns.io)
Payment information set up
Your system's API integration capabilities
Sign up URL:
API Base URL:
Sign up URL:
API Base URL:
To get your authentication token, make the following request:
To create a new user in the system:
You can create points with an initial "Open" status:
To approve pending points, use the PATCH endpoint:
Authentication
Store authentication tokens securely
Implement token refresh mechanisms
Handle authentication errors appropriately
User Management
Store user IDs in your system
Validate user creation responses
Maintain proper tenant associations
Points System
Implement proper error handling for point creation
Keep track of point mint IDs
Consider implementing a queue system for point approval
Remember that approved points cannot be modified
Authenticate with the system
Create user accounts as needed
Generate points in "Open" status
Approve points when appropriate
Monitor point status changes