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