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 sub-user information

Get the user's currently information

Path

/merchant/user/info/:id

Method

GET

Params

id : The merchant set

Query

null

Success Response

{
    "code": 200,
    "data": []
}

Failed Response

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

Previous[GET] PingNext[GET] Get all sub-user

Last updated 7 days ago