---
title: "Wolt Partner API"
group: "Wolt Partner API"
canonical: "https://fature.al/api-reference/groups/wolt-partner-api.html"
---

# Wolt Partner API

Part of the [fature.al API](/api-reference/index.html) documentation.

The venue side of a Wolt integration: read the order feed, accept or reject what arrives, move an order through pickup and delivery, and fetch the fiscal invoice it produced.

The feed is append-only and ordered, so it is what a venue's own system should follow to stay in step. The listing endpoints are for backfill and for showing a snapshot.

Base URL: `https://fature.al`

All of these operations require authentication.

## Operations

- [GET /api/partner/v1/wolt/events](/api-reference/endpoints/api-partner-wolt-events.md) — Event feed
- [GET /api/partner/v1/wolt/orders](/api-reference/endpoints/api-partner-wolt-orders-list.md) — List orders
- [GET /api/partner/v1/wolt/orders/{id}](/api-reference/endpoints/api-partner-wolt-orders-show.md) — Get an order
- [POST /api/partner/v1/wolt/orders/{id}/accept](/api-reference/endpoints/api-partner-wolt-orders-accept.md) — Accept an order
- [POST /api/partner/v1/wolt/orders/{id}/confirm-preorder](/api-reference/endpoints/api-partner-wolt-orders-confirm-preorder.md) — Confirm a pre-order
- [POST /api/partner/v1/wolt/orders/{id}/courier-at-customer](/api-reference/endpoints/api-partner-wolt-orders-courier-at-customer.md) — Self-delivery step 2: the courier reached the customer
- [POST /api/partner/v1/wolt/orders/{id}/delivered](/api-reference/endpoints/api-partner-wolt-orders-delivered.md) — Close the order
- [GET /api/partner/v1/wolt/orders/{id}/invoice](/api-reference/endpoints/api-partner-wolt-orders-invoice.md) — Get the order's fiscal invoice
- [POST /api/partner/v1/wolt/orders/{id}/pickup-completed](/api-reference/endpoints/api-partner-wolt-orders-pickup-completed.md) — Self-delivery step 1: the venue's own courier collected the order
- [POST /api/partner/v1/wolt/orders/{id}/ready](/api-reference/endpoints/api-partner-wolt-orders-ready.md) — Mark an order ready for handover
- [POST /api/partner/v1/wolt/orders/{id}/reject](/api-reference/endpoints/api-partner-wolt-orders-reject.md) — Reject an order
- [POST /api/partner/v1/wolt/orders/{id}/retry-fiscalize](/api-reference/endpoints/api-partner-wolt-orders-retry-fiscalize.md) — Retry a deferred or failed fiscalisation for this order
- [GET /api/partner/v1/wolt/ping](/api-reference/endpoints/api-partner-wolt-ping.md) — Ping
