OneClick (In)
Payment method for Uzbekistan via QR code.
| Country | Uzbekistan |
|---|---|
| Currency | UZS (Uzbekistani Som) |
| Method type | oneclick |
| Direction | PayIn |
| Integration type | Widget/H2H |
| Transfer type | Transfer via QR |
| Account number format | Card number (QR) |
| Limits | **** |

Widget interface
Create PayIn (API request)
Integration type: Widget/H2H
HTTP Method: POST
Endpoint: /deals/payin
{
"amount": 516, // Payment amount
"currency": "UZS", // Currency
"invoiceId": "{{$randomInt}}", // Unique invoice identifier on the merchant side
"type": "oneclick", // Method type
"successUrl": "https://example.com/success", // Optional (widget): URL for redirect on successful payment
"failUrl": "https://example.com/fail", // Optional (widget): URL for redirect on failed payment
"backUrl": "https://example.com/back", // Optional (widget): URL for return without completing payment
"lang": "EN", // Optional (widget): localization (UZ, RU)
}H2H Response Example (payin/credentials)
{
"account_number": "2194872384782748",
"account_owner": "name of customer",
"account_iban": "",
"account_phone": "",
"currency": {
"_id": "57f8bb3c-3dca-40f8-be36-2d6705e448f4",
"type": "FIAT",
"code": "UZS",
"symbol": "UZS",
"label": "Сўм",
"decimal": 2,
"countryName": "Uzbekistan",
"countryCode": "UZ"
},
"bank": {
"_id": "0df64d0f-0651-43ce-a476-54bb7ce2ad06",
"name": "Humo",
"alias": "humo",
"logo": {
"short": "https://example.com/img/logo2.png",
"full": "https://example.com/img/logo.png"
},
"type": "bank",
"automationAvailable": false,
"enabled": true,
"isTopBank": false,
"tagColor": "#FFF330",
"currency": "UZS",
"currencyId": "57f8bb3c-3dca-40f8-be36-2d6705e448f4",
"country": "UZ",
"supportedPaymentSystems": [],
"tid": "0df64d0f-0651-43ce-a476-54bb7ce2ad06",
"isAnyBank": false
},
"type": "custom",
"account_subtype": "oneclick"
}
Updated 17 days ago
