Test PM: Bank Card (3DS)

❗️

"paymentMethodName": "Test3DSPaymentMethod"


Payment Method Features

Payment MethodVisaMastercard
CountryNot ApplicableNot Applicable
Processing CurrenciesKZTKZT
PaymentsYesYes
-- Min per transaction amountNoneNone
-- Max per transaction amountNoneNone
-- Authentication3D Secure3D Secure
DisbursementsNoNo
-- Disbursement Limits----
RefundsFull & PartialFull & Partial
ChargebacksNoNo

Payment (with 3DS) & Refund Workflow

🔗

More about 3DS available on the 3DS v2: Workflow Description page


"paymentInstrument" Description

"incomingDetails" fields

FieldRequiredTypePossible valuesExample
brandYesStringAlways: TestPaymentMethodTestPaymentMethod
numberYesInteger4111111111111111
cvvYesInteger123
holderNameYesStringWill Rush
expiryMonthYesIntegerPossible values: From 1 to 1212
expiryYearYesStringFormat: YYYY2035

"paymentInstrument" Details

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