- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 支付宝身份验证
- APP 支付宝登录
- 获取会员信息
- 信用
- 安全
- 其他
身份认证初始化服务
开发环境
开发环境
POST
/v3/alipay/user/certify/open/initialize
alipay.user.certify.open
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/user/certify/open/initialize' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{
"certify_id": "2109b5e671aa3ff2eb4851816c65828f"
}
请求参数
Body 参数application/json
identity_param
object (OpenCertifyIdentityParam)
可选
cert_digest
string
可选
示例值:
21232f297a57a5a743894a0e4a801fc3
cert_name
string
可选
示例值:
张三
cert_no
string
可选
示例值:
260104197909275964
cert_type
string
可选
示例值:
IDENTITY_CARD
facial_picture_front
string
可选
示例值:
xydasf==
identity_type
string
可选
示例值:
CERT_INFO
open_id
string
可选
示例值:
074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5
phone_no
string
可选
示例值:
13000000000
user_id
string
可选
示例值:
2088xxxx
merchant_config
object (OpenCertifyMerchantConfig)
可选
auth_scope
string
用于开放认证授权
示例值:
xxx
auth_type
string
可选
示例值:
xxx
face_reserve_strategy
string
可选
示例值:
reserve
facial_picture_level
string
可选
示例值:
FIN0
linked_merchant_app_id
string
可选
示例值:
202134xxxx
linked_merchant_logo_url
string
可选
示例值:
http://xxx
linked_merchant_name
string
可选
示例值:
杭州xx公司
out_put_facial_picture
boolean
可 选
示例值:
true
return_url
string
可选
示例值:
https://xxx
biz_code
string
可选
示例值:
FACE
face_contrast_picture
string
可选
示例值:
xydasf==
outer_order_no
string
可选
示例值:
ZGYD201809132323000001234
示例
返回响应
🟢200common response
application/json
Body
certify_id
string
可选
示例值:
2109b5e671aa3ff2eb4851816c65828f
🔴500请求失败
修改于 2023-11-22 09:09:20