1. Merchant
Infinia API
  • Infinia E-commerce API
    • Introduction
    • API overview
    • Request and Response parameters
    • Encryption and Decryption
    • Account Binding
      • Account Binding
      • Account Binding Status Query
    • Trade Details
      • Trade details upload
      • Trade Details Upload Status Query
    • Query
      • Platform Account Balance Query
      • Seller's Available Revenue Share Query
      • Daily Revenue Sharing Download
    • Revenue Sharing
      • V2 FX Revenue Sharing
      • V2 FX Revenue Sharing Status Query
      • V1 Revenue Sharing
      • V1 Revenue Sharing Status Query
    • FX
      • Real-time rate
    • Webhook
      • Seller status notification
    • Appendix
      • System Code
      • Product types
      • CipherRsaUtil.java
      • Templates: Trade_details.csv
      • Templates: Trade_details_error_file.csv
      • Templates: Revenue _sharing_statement.csv
      • Log
    • Schemas
      • Schemas
        • ErrorBody
        • AccountBindingRequestData
        • AccountBindingResponseData
        • AccountBindingQueryRequestData
        • AccountBindingQueryResponseData
        • TradeDetailsUploadStatusRequestData
        • TradeDetailsUploadStatusResponseData
        • AccountBalanceQueryRequestData
        • AccountBalanceQueryResponseData
        • AvailableRevenueQueryRequestData
        • AvailableRevenueQueryResponseData
        • RevenueSharingRequestData
        • RevenueSharingResponseData
        • RevenueSharingStatusQueryRequestData
        • RevenueSharingStatusQueryResponseData
  • Infinia Payment API
    • Merchant
      • Merchant SignUp
        POST
      • Merchant Query
        POST
      • Merchant Webhook
        POST
    • Beneficiary
      • Beneficiary Create
      • Beneficiary Update
      • Beneficiary Query
      • Beneficiary Delete
      • Beneficiary Webhook
    • Payment
      • Payment Quote
      • Payment Fund
      • Payment Query
      • Payment Webhook
    • Account
      • Account Balance
  • Infinia 结汇付款 API
    • 客户实名认证
      • 客户实名认证
      • 客户实名认证状态查询
    • 结汇入账
      • 制单请求
    • 提现
      • 提现
    • 资金查询
      • 资金状态查询
    • 商户回调(示例路径)
      • 实名认证状态异步通知
      • 入账异步通知
      • 结汇成功/失败异步通知
      • 提现到账异步通知
    • Schemas
      • 统一加密请求公共字段
      • 统一加密响应公共字段
      • RSA 加密传输值
      • 实名认证申请请求报文
      • 实名认证申请响应报文
      • 实名认证状态查询请求报文
      • 实名认证状态查询响应报文
      • 制单请求报文
      • 制单响应报文
      • 提现请求报文
      • 提现响应报文
      • 资金状态查询请求报文
      • 资金状态查询响应报文
      • 实名认证状态回调请求报文
      • 入账状态回调请求报文
      • 结汇状态回调请求报文
      • 提现状态回调请求报文
      • 实名认证申请明文请求(中国大陆企业)
      • 日期或长期
      • 最终受益人
      • 实名认证申请明文响应
      • 实名认证状态查询明文请求
      • 实名认证状态查询明文响应
      • 实名认证状态回调明文请求
      • SFTP 交易明细 CSV 行
      • 制单明文请求
      • 制单明文响应
      • 入账状态回调明文请求
      • 结汇状态回调明文请求
      • 提现明文请求
      • 提现明文响应
      • 提现状态回调明文请求
      • 资金状态查询明文请求
      • 资金状态查询明文响应
  1. Merchant

Merchant SignUp

POST
/v1/channel/merchant/signUp
Enables partners to register and create a merchant account.

Request

Body Params application/json

Example
{
    "name": "Hong Kong Technology Limited",
    "type": "ENTERPRISE",
    "certType": "COMPANY_REGISTRATION_CERTIFICATE",
    "certNo": "12345678",
    "country": "HK",
    "province": "Hong Kong",
    "city": "Hong Kong",
    "address": "Unit 1234, 12/F, Central Plaza, 18 Harbour Road, Wan Chai",
    "email": "info@hktech.com.hk",
    "mobile": "+85298765432",
    "legals": [
        {
            "name": "CHAN TAI MAN",
            "type": "LEGALPERSON",
            "certType": "HONG_KONG_ID_CARD",
            "certNo": "A123456(7)",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Flat A, 15/F, Tower 1, Silvercord, 30 Canton Road, Tsim Sha Tsui"
        },
        {
            "name": "WONG SIU MING",
            "type": "UBO",
            "certType": "PASSPORT",
            "certNo": "HK1234567",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Room 888, 88/F, International Commerce Centre, 1 Austin Road West, Kowloon"
        }
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/v1/channel/merchant/signUp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "Hong Kong Technology Limited",
    "type": "ENTERPRISE",
    "certType": "COMPANY_REGISTRATION_CERTIFICATE",
    "certNo": "12345678",
    "country": "HK",
    "province": "Hong Kong",
    "city": "Hong Kong",
    "address": "Unit 1234, 12/F, Central Plaza, 18 Harbour Road, Wan Chai",
    "email": "info@hktech.com.hk",
    "mobile": "+85298765432",
    "legals": [
        {
            "name": "CHAN TAI MAN",
            "type": "LEGALPERSON",
            "certType": "HONG_KONG_ID_CARD",
            "certNo": "A123456(7)",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Flat A, 15/F, Tower 1, Silvercord, 30 Canton Road, Tsim Sha Tsui"
        },
        {
            "name": "WONG SIU MING",
            "type": "UBO",
            "certType": "PASSPORT",
            "certNo": "HK1234567",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Room 888, 88/F, International Commerce Centre, 1 Austin Road West, Kowloon"
        }
    ]
}'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
    "merchantId": "445684d438564efea3b92a8d674d5516",
    "name": "Hong Kong Technology Limited",
    "type": "ENTERPRISE",
    "certType": "COMPANY_REGISTRATION_CERTIFICATE",
    "certNo": "12345678",
    "country": "HK",
    "province": "Hong Kong",
    "city": "Hong Kong",
    "address": "Unit 1234, 12/F, Central Plaza, 18 Harbour Road, Wan Chai",
    "email": "info@hktech.com.hk",
    "mobile": "+85298765432",
    "remark": null,
    "status": "INIT",
    "legals": [
        {
            "name": "CHAN TAI MAN",
            "type": "LEGALPERSON",
            "certType": "HONG_KONG_ID_CARD",
            "certNo": "A123456(7)",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Flat A, 15/F, Tower 1, Silvercord, 30 Canton Road, Tsim Sha Tsui"
        },
        {
            "name": "WONG SIU MING",
            "type": "UBO",
            "certType": "PASSPORT",
            "certNo": "HK1234567",
            "country": "HK",
            "province": "Hong Kong",
            "city": "Hong Kong",
            "address": "Room 888, 88/F, International Commerce Centre, 1 Austin Road West, Kowloon"
        }
    ]
}
Modified at 2025-12-22 05:37:28
Previous
RevenueSharingStatusQueryResponseData
Next
Merchant Query
Built with