可以在 user 对象上绑定一个或多个用户结算账户,用户结算账户用于提现或者接收分润。
| 属性 | 描述 | 
|---|---|
| id string | 用户结算账户对象 ID。 | 
| object string | 值为 "settle_account"。 | 
| created timestamp | 创建时的 Unix 时间戳。 | 
| channel string | 结算账号渠道名称,目前支持: alipay(支付宝)、wx(微信 App)、wx_pub(微信 JSAPI)、wx_lite(微信小程序)、bank_account(银行卡)。 | 
| recipient object | 脱敏的结算账号接收者信息,详情参见请求参数 recipient 部分。 | 
{
  "id": "320217022818035400000601",
  "object": "settle_account",
  "created": 1488276234,
  "livemode": true,
  "channel": "bank_account",
  "recipient": {
    "open_bank_code": "0102",
    "account": "622262***2145",
    "name": "***哥"
  }
}