How It Works For Members For Partners API Pricing
DUAL Perks app showing local deals in a cafe
Now in beta

Your loyalty.
Rewarded.

PERKS is a modern loyalty platform that connects members to their favourite local businesses. Punch cards, points, rewards, and exclusive tier-based perks — all in one beautiful app.

Download on the App Store Coming Soon
Learn More

Three steps. That's it.

Getting started with PERKS couldn't be simpler.

1

Sign Up

Create your free account in seconds. Add Face ID or a PIN for security.

2

Collect

Scan your rotating QR code at partner locations to earn stamps and points.

3

Redeem

Unlock rewards, free items, and exclusive perks as you climb the tiers.

Everything you love
about loyalty. Reimagined.

No more paper cards. No more forgotten rewards. Just a beautiful app that keeps track of everything.

Punch Cards & Stamps

Digital punch cards that can't be lost. Watch your stamps fill up in real time.

Points & Rewards

Earn points with every visit. Redeem them for rewards that actually matter.

Tier-Based Perks

Standard, Premium, and VIP tiers unlock progressively better rewards and exclusive access.

Proximity Alerts

Get a gentle nudge when you're near a partner location. Never miss a stamp.

Apple Wallet

Add your loyalty cards directly to Apple Wallet for instant access at the till.

Biometric Security

Face ID, Touch ID, or PIN. Your loyalty account is protected by the same security as your bank.

Rotating QR Codes

Your QR code refreshes every few seconds. Screenshots won't work — your identity stays secure.

Grow your business.
Keep customers coming back.

A powerful partner portal that gives you full control over your loyalty programme.

Partner Portal & Analytics

Track redemptions, member activity, and campaign performance from a single dashboard. Real-time data you can act on.

Team Management

Add staff accounts with custom permissions. Everyone on your team can scan and verify members.

Custom Offers & Promotions

Create time-limited offers, bonus stamp events, and targeted promotions that drive footfall.

QR Scan Verification

Scan members' rotating QR codes to stamp cards and verify identity instantly. Works offline too.

Real-Time Redemption Tracking

See every stamp, every reward, every redemption as it happens. No delays, no guesswork.

Free During Beta

Join the beta and get full access to the partner portal, analytics, and all features at zero cost.

API & Integrations

Built for developers who want to add loyalty to their platform.

Robust REST API

Full-featured endpoints for every aspect of the loyalty experience. Members, partners, punch cards, points, rewards, referrals, and announcements.

GET /members
POST /partners/stamp
GET /punch-cards/:id
POST /points/award
GET /rewards
POST /referrals
GET /announcements

Used by Best Hour

besthour.io — a gym management platform — uses the PERKS API to sync members and manage loyalty programmes directly from their dashboard.

Stamp a Punch Card
Request
POST /partners/stamp
Authorization: Bearer pk_live_...
Content-Type: application/json

{
  "member_id": "mem_abc123",
  "partner_id": "ptr_cafe_st_andrews",
  "punch_card_id": "pc_morning_coffee"
}
Response 200 OK
{
  "success": true,
  "stamp": {
    "count": 6,
    "total": 8,
    "remaining": 2,
    "reward_eligible": false
  },
  "points_awarded": 15,
  "member": {
    "tier": "premium",
    "total_points": 355
  }
}

Free during beta.

We're onboarding partners now. Be first.

Members

Free forever
  • Unlimited punch cards
  • Points & rewards
  • Tier progression
  • Proximity alerts
  • Apple Wallet
  • Biometric security
Download on the App Store Coming Soon

API

Free during beta
  • Full REST API access
  • All endpoints
  • Webhook support
  • Developer documentation
  • Sandbox environment
  • Community support
View API Docs