🇺🇿 UZ: Bank Cards


❗️

"paymentMethodName": "BankCardUZ"


Payment Method Features

Payment MethodVisaMastercardHUMOUZCARD
CountryUzbekistanUzbekistanUzbekistanUzbekistan
Processing CurrenciesUZSUZSUZSUZS
PaymentsYesYesYesYes
-- Min per transaction amount500 UZS500 UZS500 UZS500 UZS
-- Max per transaction amount999,999,999 UZS999,999,999 UZS999,999,999 UZS999,999,999 UZS
-- Authentication3D Secure3D SecureSMSSMS
DisbursementsNoNoNoNo
-- Disbursement Limits--------
RefundsFull & PartialFull & PartialFull & PartialFull & Partial
ChargebacksNoNoNoNo

Payment (with 3DS) & Refund Workflow


New Intent Creation Request

"paymentInstrument" Description

"incomingDetails" fields

FieldRequired/OptionalTypePossible valuesExample
brandRequiredStringPossible values: VISA; MastercardVISA
numberRequiredInteger4111111111111111
cvvRequiredInteger123
holderNameRequiredStringWill Rush
expiryMonthRequiredIntegerPossible values: From 1 to 1212
expiryYearRequiredStringFormat: YYYY2035

"paymentInstrument" Details

"paymentInstrument": {
    "paymentMethodName": "BankCardUZ",
    "incomingDetails": {
     "brand": "VISA",
     "number": "4111111111111111",
     "cvv": "123",
     "holderName": "Will Rush",
     "expiryMonth": "12",
     "expiryYear": "2035"
    }