REST API
Fully documented REST endpoints to manage programmes, members, points, and redemptions programmatically.
Programmatically manage loyalty programmes, issue rewards, sync members, and receive real-time events — with a clean REST API designed for speed and reliability.
Fully documented REST endpoints to manage programmes, members, points, and redemptions programmatically.
Receive real-time events whenever points are issued, stamps are recorded, or a reward is redeemed.
Generate scoped keys with granular read/write permissions. Rotate them instantly from your dashboard.
Official clients for Node.js, Python, PHP, and Go. Community libraries for Ruby and Rust.
QUICK START
Integrate Cardify into your checkout flow in minutes. Issue points, record stamps, and validate vouchers with a single authenticated request.
curl -X POST https://api.cardify.in/v1/points/issue \
-H "Authorization: Bearer ck_live_xxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"member_id": "mem_7f83h2k",
"programme_id": "prog_chaiadda_001",
"points": 12,
"note": "In-store purchase ₹1,200"
}'
API REFERENCE
/v1/members/{id}Fetch a member's profile and point balance/v1/points/issueIssue points to a member for a purchase/v1/stamps/recordRecord a stamp on a member's stamp card/v1/vouchers/validateValidate and mark a voucher as redeemed/v1/programmesList all active programmes for your account/v1/programmes/{id}/membersEnrol a new member into a programmeAPI access is included in Growth and Pro plans. Sandbox access is always free.
We'll use this to set up your Cardify merchant profile.
You can add more types after launch.
Configure how customers earn and redeem points.
Review the customer-facing card before launch.
THE GOLDEN CHAI HOUSE
Loyalty Points
100 pts
Free chai every 100 points
Powered by Cardify