Send the global price
Your backend sends amount, currency, market, product type, and optional seller constraints.
LocalPrice transforms USD, EUR, JPY, KRW, and AED prices into seller-safe Indian rupee pricing through a secure, explainable API.
A deterministic recommendation engine combines market context with your commercial guardrails.
Your backend sends amount, currency, market, product type, and optional seller constraints.
LocalPrice applies live FX, India affordability, category factors, constraints, and familiar local price points.
Your backend verifies the stored quote ID and sends that exact amount to your payment provider.
A public quote ID can travel through the browser. Your secret API key and trusted checkout amount stay server-side.
See the checkout guide →// Create and display const quote = await localprice.quotes.create({ amount: 49, currency: "USD", targetMarket: "IN", productType: "saas" }); // Verify server-side before payment const verified = await localprice.quotes.verify(quote.id); payment.create({ amount: verified.checkout.amount, currency: verified.checkout.currency });
Typed integration, idempotency, request IDs, controlled errors, and production retry behavior.
Protect discount, revenue retention, localized floors/ceilings, seller cost, and gross margin.
Inspect FX, factors, applied constraints, range, rounding, model version, and quote lifecycle.
TEST/LIVE isolation, dashboard usage, rate limits, explicit monthly quotas, feedback, and secure key rotation.
Early access is currently available to selected early users while we are validating the pricing engine.
Create your workspace. A LocalPrice administrator reviews and approves access before keys can be issued.
No subscription payment during Early Access. Explicit monthly quotas and short-term rate limits keep access controlled.
Get Early AccessTry localized and FX quotes, verify prices on your backend, monitor usage, and share feedback.
Read the docsDefault quota: 10,000 successful API operations per UTC calendar month, configurable by the LocalPrice administrator. Access is subject to approval.