全部
在线测试

支付账号明细接口


接口介绍: 支付账号明细接口 点击查看详情


接口地址

/v1/detail/user/account

请求方式

GET

请求头参数

参数 类型 必选 示例
appKey string 联系客服获取 72a6dc974139XXXX
appSecret string 联系客服获取 2c9909875h1b61c58af4fcf6ff6dXXXX

参数简介

参数名 参数类型 参数介绍 是否必须
id string 账号 ID

请求示例


  id : 1
  

返回值说明

参数名 返回值类型 备注
account_pay_type string 账户支付类型(0 微信支付 1 支付宝支付)
account_type string 账户类型(0 个人 1 个体户 2 企业账户)
account_one_max string 单笔上线
account_day_max string 当日上线
account_check_status string 账户状态
account_status string 账户收款状态
account_app_id string 微信支付 appid
account_mch_id string 微信支付商户 ID
account_key string 微信支付 API 密钥
alipay_account_name string 支付宝账号
alipay_app_id string 支付宝 appid
alipay_app_private_key string 支付宝私钥
alipay_public_key string 支付宝公钥
alipay_email string 绑定邮箱
alipay_phone string 绑定手机
alipay_shop_name string 收款商户名
alipay_name string 支付宝实名

返回值示例


{
  "account_pay_type": "0",
  "account_type":"0",
  "accountPayType" : "0",
  "accountType": "0",
  "accountDayMax": "100",
  "accountCheckStatus":"1",
  "accountAppId":"123456",
  "accountKey":"123456",
  "accountMchId":"132355"
  
  
}