A new version of the API is available. Please review the changelog for details.
Hand off fulfillment to Kaspi, get transparent pricing at checkout, and keep customers in the loop with live tracking and reliable webhooks.
*Peak-aware routing with live courier capacity.
Everything you need to quote, create, track, and notify — all via API.
Courier, locker, and pickup points across Kazakhstan with smart handoff to the closest node.
Quotes per city and weight band so you can show costs at checkout without manual lookups.
Webhooks for created, accepted, picked up, out for delivery, delivered, and cancelled events.
Idempotent writes, replay-safe webhooks, and a sandbox that mirrors production behavior.
Four simple steps to move your first parcel.
Generate a sandbox key in the partner console. Add it as x-api-key on every request.
Send POST /v1/deliveries with pickup, drop-off, and parcel meta. Track via deliveryId.
Receive milestones with signature headers. Confirm with 2xx to stop retries.
Swap the base URL to https://api.kaspi.kz/delivery, rotate keys, and keep idempotency keys consistent.
Prebuilt resources to move fast and avoid surprises.
Interactive reference with a live playground. Download the YAML to import into your gateway.
Open the explorerCopy-paste snippets for curl, Node.js, and Python to create deliveries and validate signatures.
See examples