3DS响应结果

数据类型:3DSResponse

字段类型含义建议备注
eci_valueStringECI必须例如 00、01、02、04、05、06、07
versionString版本必须例如 1.0.2、2.2.0
authentication_typeString身份验证类型必须例如 static、dynamic、oob、decoupled
trans_statusString3DS transStatus必须例如 A、C、D、I、N、R、U、Y
{
    "eci_value": "02",
    "version": "2.2.0",
    "authentication_type": "01",
    "trans_status": "Y"
}