whalet-platform
  1. Shop Bind
whalet-platform
  • Introduction
  • Shop Bind
    • Shop Account Bind
      POST
    • Shop Account Bind Query
      POST
  • Payment
    • Payment Apply
      POST
    • Payment Query
      POST
  • Trade Materials Upload
    • Trade Materials Upload
      POST
  • Balance
    • Balance Query
      POST
  • webhooks
    • Shop Account Bind Notify
      POST
    • Bulk Payments Received Notify
      POST
    • Payment Apply Notify
      POST
  1. Shop Bind

Shop Account Bind

开发中
POST
/v1/platform/shopBind

请求参数

Body 参数application/json

示例
{
    "bindId": "string",
    "userId": "string",
    "shopId": "string",
    "shopName": "string",
    "shopUrl": "string",
    "currency": "string",
    "legalEntity": {
        "type": "string",
        "certNo": "string",
        "certType": "string",
        "countryCode": "string",
        "name": "string"
    }
}

返回响应

🟢200成功
application/json
Body

示例
{
    "bindId": "string",
    "authorizeUrl": "string"
}
上一页
Introduction
下一页
Shop Account Bind Query
Built with