API POST Fields (in addition to the Main Fields described in the Introduction)
Field Name |
---|
Get Basic Account Information |
---|
cmd |
---|
Description | get_basic_info |
Required? | Yes |
Field Name | Description | Required? |
---|
Get Basic Account Information |
---|
cmd | get_basic_info | Yes |
API Response
A successful call to 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!!!
}
}