Account
Queries related to the user account
Last updated
Was this helpful?
Queries related to the user account
Last updated
Was this helpful?
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
POST /APIcardProcREST/v1.0.0/Query/AccountProfile HTTP/1.1
Host: easypay5.com
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type: application/json
Accept: application/json
Successfully returned account profile
{
"AccountProfileQryResult": {
"AccountProfile": {
"AccountCode": "EP9116875",
"AccountName": "EP DEV ACCT",
"AutoSchedule": true,
"AutoSettle": true,
"AutoSettleHour": 0,
"AutoSettleMinute": 0,
"BatchReport": false,
"DateCreated": "2024-12-01 11:19:01",
"DateModified": "2024-12-01 11:19:01",
"ID": 205,
"IndustryCode": "",
"TimeZone": "Dateline Standard Time",
"TransReport": false
},
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successfully Returned Account profile for Account ID 205"
}
}