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.
"phone": "+918905508909",
"bill_amount": 850,
"coins": 15
}
{
"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
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.
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.
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.
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.
For integration support, email hello@rynowallet.com with your merchant account details and the name of your POS or billing system.