One Card
A complete set of APIs to manage your own end to end Loyalty program. You can have this setup and started in less than an hour with your technical team. There are just 5 end points to integrate with. Analytics dashboard with insights into your customers with AI recommendations are work in progress and will be launching soon at www.1card.ai Play store and App store have a client application that…
One Card endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Available Points /getPoints |
get available (redeemable) points for a given customer. You can do a sanity check and allow the customer to redeem less than the available points (/redeemPoints end point will… |
| POST |
Redeem Points /redeemPoints |
This end point creates only a request for redeeming the points and sends an OTP to the registered customer phone number on file. This end point also assumes you have taken… |
| POST |
Verify Redeem Transaction /verifyTransaction |
This api call is REQUIRED to complete redeem request. Before calling this endpoint, please call the redeemPoints endPoint to get a transaction ID and pass on the same in this… |
| POST |
Credit Points /creditPoints |
Credit reward points; If you are not in the premium tier, the point rewarded are as per the following table and cannot be changed. If you are in the premium tier, please go to… |
| POST |
Register Business /registerBusiness |
Register your business with One Card. This will be your first API call and please store the response in a secure place. You will need the information from the response to be… |
One Card pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $49 / month | — |
|
| MEGA | $99 / month | — |
|