Split the Bill
Split a bill between people, including service charge and tax.
curl -X POST https://sinikoding.dev/api/v1/split-bill \
-H 'content-type: application/json' \
-H 'x-api-key: tk_live_…' \
-d '{"total":250000,"people":4,"service":0,"tax":0}'Need split the bill from your own code? Create a free account to get an API key. This page stays free without one.
Create account