sinikoding

Discount Calculator

Work out a sale price, including stacked discounts like 50% + 20%.

Through the API
curl -X POST https://sinikoding.dev/api/v1/discount \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"price":100000,"discount":50,"extra":0}'

Need discount calculator from your own code? Create a free account to get an API key. This page stays free without one.

Create account