More

Changelog

What's new across the Partner API and developer platform.

v1.8 · 2026-08

  • Tutorials now cover the Team section: inviting a colleague by mobile number, the four role presets, the per-section permission grid, and changing, pausing or removing someone later.
  • New tutorial on reading a statement of account — what it bills for, what has paid it, and why the billed figure is usually smaller than what you spent that day. It also spells out the difference between statements (you owe us) and settlements (we owe you), which share a name and nothing else.
  • The whitelabel branding tutorial now shows the image cropper, including its previews of the three surfaces your logo lands on.

v1.7 · 2026-08

  • New Tutorials section at /tutorials/ — fifteen short, screenshot-led walkthroughs of the developer dashboard itself, grouped by hosted embed, raw API and whitelabel. Everything under /dashboard/ is noindex, so this is the first documentation of the panel that can be linked, searched or sent to someone who is stuck.
  • Covers getting and rotating an API key, setting capabilities and fixing 403 API_NOT_ALLOWED, driving the hosted embed in the Playground's phone preview, running a buy end to end, reading request logs, registering and test-firing webhooks, the whole whitelabel domain and branding flow, merchant markup, and keeping your billing account funded.
  • Screenshots are generated by a committed capture script, so they can be refreshed in one command when the panel changes rather than drifting out of date.

v1.6 · 2026-08

  • Hosted whitelabel is live: run OroPocket on your own domain, under your own brand, with no front end to build. Point a CNAME at whitelabel.oropocket.com, add a logo and your sign-in copy, and submit for review — we provision the certificate. Set it up under Whitelabel in your panel.
  • New guide: Hosted whitelabel — the lifecycle, the DNS rules, what a whitelabel session is and how it earns, and what the product deliberately does not include.
  • Sell markdown now applies on whitelabel domains as well as buy markup. It was held back while target-net sells could pay a user less than the figure they were quoted; that is fixed, and your user is now always paid exactly what they were quoted.
  • Whitelabel trades appear in GET /partner/transactions/all. They never appear in GET /partner/trades, which is your server-to-server quote history — a whitelabel buy creates no quote.

v1.5 · 2026-08

  • Sandbox is now capped at 1000 requests per day per partner, cumulative across all endpoints, resetting at 00:00 IST. Live traffic is unaffected. Sandbox responses carry X-RateLimit-* headers; past the cap you get 429 SANDBOX_DAILY_LIMIT.
  • New Pricing reference page covering /partner/prices, /partner/prices/:asset and /partner/prices/history — units, GST, freshness and why sandbox returns real rates.
  • Merchant markup (Pro): add your own percentage to our buy rate and keep it. Returned on your monthly statement, with commission still calculated on our rate.
  • New GET /partner/prices/history — 365 days of daily rates, or 7 days of hourly ones.
  • New GET /partner/transactions/:id/invoice — a tax invoice for buys, a settlement advice for sells, plus a tokenised printable page.
  • New DELETE /partner/users/:user_code/bank-accounts/:id — deactivates a payout destination without touching past withdrawals.
  • Buy quotes gained base_rate_inr_per_gram, markup_pct and markup_amount_inr. They appear only when a markup is in effect; without one the response is unchanged.

v1.4 · 2026-08

  • Self-serve developer panel: instant sandbox keys, in-panel funding, free go-live.
  • Fund your own wallet (buy gold/silver) via Cashfree or bank transfer.
  • Self-serve webhook configuration: set the URL, rotate the signing secret, test-fire and replay deliveries.
  • Self-serve capabilities — pick your use cases and the matching APIs are enabled or disabled.
  • New GET /partner/users/:user_code for single-user detail (masked identity).
  • Request logs and a rebuilt playground with an embed phone simulator.
  • Docs rebuilt with full endpoint coverage, including sub-wallets and the delivery API.

v1.3.1 · 2026-04

  • KYC documentation: the four-stage flow, instant PAN + Aadhaar KYC and the manual fallback.

v1.3 · 2026-04

  • Full API (trusted server-to-server): users, buy, sell, KYC, bank accounts, withdrawals.
  • Partner wallet and ledger (prepaid float and postpaid credit).
  • Per-partner sub-wallets for balance scoping.
  • Partner API console and BTC cashback configuration.

v1.2 · 2026-03

  • Embed hardening plus WebView and UPI deep-link guides.
  • Android/iOS smoke-test matrix.
  • Transactional alerts for embed users routed to email + WhatsApp instead of push.

v1.1 · 2026-03

  • Embed (B2B2C) integration, the commission engine and monthly statements.

v1.0 · 2026-03

  • Partner API launch: pricing, receiver check, two-step send, transactions and balance.