No code
Merchant dashboard
Create voucher types, issue rewards, manage branches, and review redemptions from a self-serve dashboard.
Open merchant dashboardCreate voucher offers, distribute unique codes to customers, redeem them in-store or online, and track every result from one merchant-focused API.
Dashboard signup is self-serve.
Choose your setup
Run the full voucher workflow without code, connect it to your existing systems, or use both together.
No code
Create voucher types, issue rewards, manage branches, and review redemptions from a self-serve dashboard.
Open merchant dashboardDirect integration
Connect voucher issuance and redemption directly to your POS, checkout, CRM, or backend services.
Request API accessFlexible
Let your team manage offers in the dashboard while your systems handle distribution and redemption through the API.
See API capabilitiesMerchant API
Manage the offer in Akiba, connect distribution to the tools you already use, and make redemption simple for customers and staff.
Create unique voucher codes with a clear description, Miles value, and expiry. Akiba returns the code immediately so your system can distribute it.
POST /api/v1/vouchers/issueDeliver issued codes through your existing CRM, checkout, campaign, or customer-support workflow—without moving customers into a separate tool.
POST /api/v1/vouchers/issueValidate and redeem a code from your POS or online checkout. Each redemption is recorded once, with a clear result your team can act on immediately.
POST /api/v1/vouchers/:code/redeemMake active rewards available to customers and keep each item's Miles cost and stock visible anywhere you embed your catalog.
GET /api/v1/catalog/:merchantSlugIssue Miles after a qualifying purchase and connect loyalty to the payment or order events your business already records.
POST /api/v1/rewards/issueUse signed webhooks and dashboard reporting to follow voucher issuance, redemption, customer activity, and campaign performance.
GET /api/v1/webhooksGET /api/v1/catalog/analyticsIntegration basics
Your integration receives a scoped API key. Idempotency keys protect voucher issuance and redemption from accidental duplicates, while signed webhooks keep your systems updated.
POST /api/v1/vouchers/issue
Authorization: Bearer ak_live_xxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
Idempotency-Key: issue_order_1042
{
"description": "500 Miles off the next purchase",
"milesValue": 500,
"expiresAt": "2026-12-31T23:59:59Z"
}POST /api/v1/vouchers/AKIBA-WELCOME-10/redeem
Authorization: Bearer ak_live_xxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
Idempotency-Key: redeem_order_1179
{
"redeemedBy": "customer_123"
}Built for merchant operations
Issue a welcome, win-back, or spend-based voucher from the customer and campaign tools you already use.
Validate a code at the counter, connect it to a branch and order, and give staff a clear success or failure result.
Apply Akiba vouchers inside your existing checkout and record redemption without sending customers through another flow.
Get started
Create your merchant account and manage vouchers immediately from the dashboard. When you're ready to connect distribution or redemption to your own systems, request a partner API key.
Dashboard signup is self-serve. We respond to API access requests within 2 business days.