Sub Apps 子商户应用

你可以通过创建 sub_app 对象满足业务模式中包含多层级的子商户应用,创建时使用的 app 对象 id 称之为平台。子商户和平台一样,也会生成一个独立的 Ping++ 账号,其中 sub_app 对象的 id 则是该账户下的 app 对象的 id。 如果子商户有登录管理平台的需求,可以在 Dashboard 上为子商户填写邮箱作为登录账号。

属性描述
id string子商户应用对象 ID,由 Ping++ 生成。
object string值为 "sub_app"。
created timestamp创建时的 Unix 时间戳。
display_name string子商户应用名称,2~50 位。
account string子商户应用所属的 account。
description string附加说明,2~50 位。
metadata hash详见 元数据
available_methods list可用的支付渠道列表。
user expandable string子商户对应在平台下的 user 对象 id,expandable 可展开。
level int当前层级,值为 1~5。
parent_app string父级商户的应用对象的 id

对象示例

{
  "id": "app_q5eff1jHKqXP9qvr",
  "object": "sub_app",
  "created": 1488332846,
  "display_name": "sub_app_display_name",
  "account": "acct_14yPiHyrb1GGub1m",
  "description": "Your description",
  "metadata": {
    "a": "b",
    "c": "d"
  },
  "available_methods": [],
  "user": "test_user_031"
}