curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/user/certify/open/initialize' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity_param": {
"cert_digest": "21232f297a57a5a743894a0e4a801fc3",
"cert_name": "张三",
"cert_no": "260104197909275964",
"cert_type": "IDENTITY_CARD",
"facial_picture_front": "xydasf==",
"identity_type": "CERT_INFO",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"phone_no": "13000000000",
"user_id": "2088xxxx"
},
"merchant_config": {
"auth_scope": "xxx",
"auth_type": "xxx",
"face_reserve_strategy": "reserve",
"facial_picture_level": "FIN0",
"linked_merchant_app_id": "202134xxxx",
"linked_merchant_logo_url": "http://xxx",
"linked_merchant_name": "杭州xx公司",
"out_put_facial_picture": true,
"return_url": "https://xxx"
},
"biz_code": "FACE",
"face_contrast_picture": "xydasf==",
"outer_order_no": "ZGYD201809132323000001234"
}'