Informational Commands

Get Basic Account Information


API POST Fields

In addition to the Main Fields described in the API Basics > Introduction

Field NameDescriptionRequired?

cmd

get_basic_info

Yes

Method: POST URL: http://wallexpay.io/api/get_basic_info

API Response

A successful call to get the 'get_basic_info' command will give you a result similar to this (JSON):

{
  "error": "ok",
  "result": {
    "username": "Username",
    "merchant_id": "User's Merchant ID",
    "email": "account@email.com",
    "public_name": "Account's Public Name" // May be blank if not set!!!
  }
}

Last updated