Cardfi.cash
CtrlK
  • 💳Welcome to CardFi
  • Overview
    • 💡What we do
    • ✨Our Features
    • ☕Fee Rate
  • Integration Guid
    • API Integration
      • Base Information
      • API Interface
        • User Interface
        • Merchant Interface
          • [GET] Ping
          • [GET] Get sub-user information
          • [GET] Get all sub-user
          • [GET] Order status check
          • [GET] Ger sub-user card transaction hisotry
          • [GET] Ger sub-user card balance hisotry
          • [GET] Merchant get all card
          • [GET] Get card information
          • [POST] Add or update new sub-user information
          • [POST] Apply new sub-user card
          • [POST] Deposit sub-user card
          • [POST] Card transfer to card
    • Onchain Intergration
      • Solana
      • Polygon | BSC
      • TON
  • SDK
    • NPM
  • Demo & cASE
    • Movecash.top
    • Moneropan Bot
  • OFFICIAL LINKS
    • Twitter
    • Telegram Group
    • Github
Powered by GitBook
On this page
  • Path
  • Method
  • Params
  • Query
  • Success Response
  • Failed Response
Export as PDF
  1. Integration Guid
  2. API Integration
  3. API Interface
  4. Merchant Interface

[GET] Get all sub-user

Get all the sub-user

Path

/merchant/all/user

Method

GET

Params

null

Query

null

Success Response

{
    "code": 200,
    "data": [
        {
            "merchain": "15719",
            "id": "153719_1",
            "address": "15719_1",
            "invite": 0
        }
    ]
}

Failed Response

{
    "code": 401,
    "error": "Permission deny . Please check if API-KEY correct ."
}

Previous[GET] Get sub-user informationNext[GET] Order status check

Last updated 7 days ago