PaymentResult

Data Type: PaymentResult

ParameterTypeDescriptionRequired/OptionalNotes
is_payment_successBooleanPayment is Successful or notrequiredenumeration:
true
false
payment_messageStringPayment Result messageoptional (strongly recommended)
is_3ds_usedBoolean3DS is used or notoptional (strongly recommended)enumeration:
true
false
response_by_3ds3DSResponse3DS Response Resultoptional (strongly recommended)
response_by_avsStringAVS Response Resultoptional (recommended)
response_by_cvcStringCVC Response Resultoptional (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": ""
}