Skip to content

Get Sub-Merchant

GET
/v1/sub-merchants/{code}

授权

bearer_auth

API key authentication. Use sk_test_... for sandbox or sk_live_... for production.

类型
HTTP (bearer)

参数

路径参数

code*

Sub-merchant code (e.g. shop_tokyo)

类型
string
必填

响应

Sub-merchant details

application/json
JSON
{
  
"child_org_id": "string",
  
"created_at": "2026-01-15T08:30:00Z",
  
"display_name": "Tokyo Branch",
  
"id": "sm_abc123",
  
"parent_org_id": "string",
  
"status": "string",
  
"sub_merchant_code": "shop_tokyo",
  
"updated_at": "2026-03-20T10:00:00Z"
}

试验场

服务器
授权
变量

示例

技术支持 VitePress OpenAPI