Overview
The Uzum FastPay API enables payment processing using Uzum’s FastPay system, covering both payment initiation and fiscalization. The integration is split into two independent stages:- Uzum FastPay Payment – initiates a payment using an amount and QR code.
- Fiscalization – confirms the completed payment and registers it with the fiscal system.
General Setup
All Uzum endpoints share these common settings:- Status code:
200/400/500 - Method:
POST - Auth required:
No - Content-Type:
application/json
Note: Even in case of validation, payment, or fiscalization errors, the API returns HTTP 200.
- Always check
is_successandHTTP status codeto determine if the request succeeded. datacontains the payload on success;errorcontains details on failure.
Payment Flow
A typical Uzum FastPay payment flow consists of the following steps:- The client initiates a payment via the Uzum FastPay Payment API
- Uzum processes the transaction and returns a unique
payment_id - After successful payment, the transaction is sent for fiscalization
- A fiscal receipt is generated and registered in the Soliq system
Uzum FastPay APIs
Use the sections below to explore Uzum FastPay payment and fiscalization endpoints.Uzum FastPay Payment
Initiate Uzum FastPay payments by providing the payment amount and QR code.
Returns a payment identifier for further processing.
Fiscalization
Fiscalize completed Uzum FastPay payments and generate official fiscal receipts.

