AgencyAPI
  1. account
AgencyAPI
  • OpenAPI 文档:签名方式说明
  • OpenAPI Documentation: Signature Method
  • Documentação OpenAPI: Método de Assinatura
  • account
    • Create Merchant
      POST
    • List Merchant
      POST
  • trade
    • List all wallet accounts
      POST
    • List merchant all wallet account
      POST
    • Create transaction number
      POST
    • Create withdrawal order
      POST
    • Create merchant withdrawal order
      POST
    • List bill
      POST
    • Query e2e
      POST
  • feature
    • Create preassign oss url
      POST
  • hook callback
    POST
  1. account

List Merchant

开发中
POST
/account/v1/listMerchant

请求参数

Header 参数
X-Agency-ID
string 
可选
示例值:
05bfaf07-7c1e-4619-8a08-0a32f7129e17
X-Signature
string 
可选
示例值:
123
X-Timestamp
string 
可选
示例值:
{{$date.timestamp}}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/account/v1/listMerchant' \
--header 'X-Agency-ID: 05bfaf07-7c1e-4619-8a08-0a32f7129e17' \
--header 'X-Signature: 123' \
--header 'X-Timestamp: {{$date.timestamp}}'

返回响应

🟢200成功
application/json
Body
code
string 
必需
data
object 
必需
total
integer 
必需
list
array [object {6}] 
必需
示例
{
    "code": "string",
    "data": {
        "total": 0,
        "list": [
            {
                "id": "string",
                "name": "string",
                "legalPersonName": 0,
                "legalPersonPhone": "string",
                "status": [
                    "lock"
                ],
                "email": "string"
            }
        ]
    }
}
修改于 2025-06-10 06:22:48
上一页
Create Merchant
下一页
List all wallet accounts
Built with