POS Integration

Connect RynoWallet
to Your Billing Software

Automate coin issuance and redemption directly from your billing workflow via our REST API. Tally, Vyapar, Khatabook, Shopify, and any system that can make HTTP requests.

REST API + JWT auth JSON responses No integration required to start
POST /api/coins/issue/
{
  "phone": "+918905508909",
  "bill_amount": 850,
  "coins": 15
}
200 OK
{
  "status": "issued",
  "coins_issued": 15,
  "new_balance": 284
}
No Integration Required to Start

Most merchants use RynoWallet directly from the web portal on their phone browser. You do not need any integration to get started. The portal works independently of your billing system. Issue coins manually after each payment - it takes 10 seconds.

API-First Architecture

RynoWallet is built API-first. Every action available in the merchant portal — issue coins, redeem coins, check customer balance, view ledger, lookup customer by phone/QR - is available via our REST API with JWT authentication.

Integration Steps

1
Generate API Key

From your merchant dashboard, go to Developer → API Keys. Generate a key. Use this key in the Authorization header for all API requests.

2
Call Endpoints

Use our documented endpoints to issue coins after billing, check customer balance before redemption, and process redemption. All responses are JSON. Standard REST conventions.

3
Add to Your Flow

In your billing software, add a post-payment hook that calls the RynoWallet issue endpoint with the customer phone and bill amount. Coins are issued automatically. No manual step needed.

4
Test in Sandbox

Test your integration with demo credentials before going live. Our API documentation includes sample requests and responses for every endpoint.

Compatible Systems

RynoWallet API works with any system that can make HTTP requests. For specific integration help, contact hello@rynowallet.com.

Tally
Vyapar
Khatabook
Shopify
WooCommerce
Any HTTP system

For integration support, email hello@rynowallet.com with your merchant account details and the name of your POS or billing system.