帐号之间的关系
商家账号可以通过各种关系进行关联。每种关系都代表一个账号向另一个账号提供的服务类型。
关系由以下属性组成:
- 服务提供商。
externalAccountId
,表示为关联配置的账号的外部标识符。
- 接收服务的账号。
- 所提供的服务或服务组。
在 Merchant Accounts API 中,账号可以具有以下关系:
service
类型用于定义向服务提供商授予的访问权限级别。
例如,如果您是代表其他商家管理子账号的第三方平台,Merchant Accounts API 会如下所示表示您的账号层次结构:
- 服务提供商:您的高级账号。
- 接收服务的账号:一个子账号,用于代表您高级账号下的商家。
service
:accountAggregation
,可让高级账号管理员访问子账号。
如需详细了解如何设置高级账号并关联到新的商家账号,请参阅创建和管理子账号。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-18。
[null,null,["最后更新时间 (UTC):2024-11-18。"],[[["Merchant accounts can be linked through various relationships, defining the services one account provides to another."],["Each relationship includes a service provider, an external account ID, a service recipient, and the service(s) offered."],["A primary relationship type is \"account aggregation,\" where an aggregator (like an advanced account) provides services to sub-accounts."],["The `service` type specifies the access level granted to the service provider, such as admin access in account aggregation."],["Advanced accounts can manage sub-accounts, enabling third-party platforms to manage merchants under their hierarchy."]]],[]]