Data Type: PaymentResult
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
is_payment_success | Boolean | Payment is Successful or not | required | enumeration: true false |
payment_message | String | Payment Result message | optional (strongly recommended) | |
is_3ds_used | Boolean | 3DS is used or not | optional (strongly recommended) | enumeration: true false |
response_by_3ds | 3DSResponse | 3DS Response Result | optional (strongly recommended) | |
response_by_avs | String | AVS Response Result | optional (recommended) | |
response_by_cvc | String | CVC Response Result | optional (recommended) |
{
"is_payment_success": true,
"payment_message": "success",
"is_3ds_used": false,
"response_by_3ds": {
"eci_value": "02",
"version": "2.2.0",
"authentication_type": "01",
"trans_status": "Y"
},
"response_by_avs": "",
"response_by_cvc": ""
}