🇺🇿 UZ: Bank Cards
"paymentMethodName": "BankCardUZ"
Payment Method Features
Payment Method | Visa | Mastercard | HUMO | UZCARD |
---|---|---|---|---|
Country | Uzbekistan | Uzbekistan | Uzbekistan | Uzbekistan |
Processing Currencies | UZS | UZS | UZS | UZS |
Payments | Yes | Yes | Yes | Yes |
-- Min per transaction amount | 500 UZS | 500 UZS | 500 UZS | 500 UZS |
-- Max per transaction amount | 999,999,999 UZS | 999,999,999 UZS | 999,999,999 UZS | 999,999,999 UZS |
-- Authentication | 3D Secure | 3D Secure | SMS | SMS |
Disbursements | No | No | No | No |
-- Disbursement Limits | -- | -- | -- | -- |
Refunds | Full & Partial | Full & Partial | Full & Partial | Full & Partial |
Chargebacks | No | No | No | No |
Payment (with 3DS) & Refund Workflow

New Intent Creation Request
"paymentInstrument" Description
"incomingDetails" fields
Field | Required/Optional | Type | Possible values | Example |
---|---|---|---|---|
brand | Required | String | Possible values: VISA; Mastercard | VISA |
number | Required | Integer | 4111111111111111 | |
cvv | Required | Integer | 123 | |
holderName | Required | String | Will Rush | |
expiryMonth | Required | Integer | Possible values: From 1 to 12 | 12 |
expiryYear | Required | String | Format: YYYY | 2035 |
"paymentInstrument" Details
"paymentInstrument": {
"paymentMethodName": "BankCardUZ",
"incomingDetails": {
"brand": "VISA",
"number": "4111111111111111",
"cvv": "123",
"holderName": "Will Rush",
"expiryMonth": "12",
"expiryYear": "2035"
}
Updated about 9 hours ago