Test PM: Bank Card (3DS)
"paymentMethodName": "Test3DSPaymentMethod"
Payment Method Features
| Payment Method | Visa | Mastercard |
|---|---|---|
| Country | Not Applicable | Not Applicable |
| Processing Currencies | KZT | KZT |
| Payments | Yes | Yes |
| -- Min per transaction amount | None | None |
| -- Max per transaction amount | None | None |
| -- Authentication | 3D Secure | 3D Secure |
| Disbursements | No | No |
| -- Disbursement Limits | -- | -- |
| Refunds | Full & Partial | Full & Partial |
| Chargebacks | No | No |
Payment (with 3DS) & Refund Workflow
More about 3DS available on the 3DS v2: Workflow Description page
"paymentInstrument" Description
"incomingDetails" fields
| Field | Required | Type | Possible values | Example |
|---|---|---|---|---|
| brand | Yes | String | Always: TestPaymentMethod | TestPaymentMethod |
| number | Yes | Integer | 4111111111111111 | |
| cvv | Yes | Integer | 123 | |
| holderName | Yes | String | Will Rush | |
| expiryMonth | Yes | Integer | Possible values: From 1 to 12 | 12 |
| expiryYear | Yes | String | Format: YYYY | 2035 |
"paymentInstrument" Details
"paymentInstrument": {
"paymentMethodName": "TestPaymentMethod",
"incomingDetails": {
"brand": "VISA",
"number": "4111111111111111",
"cvv": "123",
"holderName": "Will Rush",
"expiryMonth": "12",
"expiryYear": "2035"
}Updated 18 days ago
