Informational Commands
Get Basic Account Information
API POST Fields
In addition to the Main Fields described in the API Basics > Introduction
Field Name
Description
Required?
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": "[email protected]",
"public_name": "Account's Public Name" // May be blank if not set!!!
}
}
Last updated