This API call lets you retrieve the details of a specific misc transaction. The response is an XML of the available misc transaction information.
Request Fields
Field Name |
Type |
Required |
Description |
action |
String |
Yes |
transactionOtherView |
accountId |
Integer |
Yes |
The Helcim Commerce account ID. |
apiToken |
String |
Yes |
API token used for authentication and access control. |
transactionOtherId |
String |
Yes |
The transaction ID. |
Response Fields
Field Name |
Type |
Description |
transactionOthers |
- |
XML structure |
transactionOther |
- |
XML structure |
id |
Integer |
The transaction ID. |
dateCreated |
String |
The date the transaction was created. |
status |
String |
Approved/Denied. |
user |
String |
The customer's name. |
tenderType |
String |
The type of payments |
amount |
Decimal |
The transaction amount. |
note |
String |
The notes added for this transaction. |
orderNumber |
String |
The order number. |
Errors
For all API requests, there are also generic API authentication and user access restriction errors.
Response Code |
Error Code |
Message |
Description |
0 |
- |
Missing Transaction ID |
The transaction ID is missing. |
0 |
- |
Transaction Not Found |
The transaction was not found. |
0 |
- |
User Access Error - Transaction cannot be viewed by this user. |
The user does not have permission to view this transaction. |