Send an EFT or ACH Transaction Receipt
The information in this article is for merchants using Helcim's Legacy System and does not apply to merchants who signed up for Helcim on or after June 1, 2020.
This API call lets you email an EFT transaction receipt. The response is an XML of emailing an EFT transaction receipt.
Request Fields
Field Name | Type | Required | Description |
---|---|---|---|
action | String | Yes | transactionEFTEmailReceipt |
accountId | Integer | Yes | The Helcim Commerce account ID. |
apiToken | String | Yes | API token used for authentication and access control. |
transactionEFTId | String | Yes | The transaction ID. |
emailAddress | String | Yes | The email address the receipt is being sent to. |
Response Fields
Field Name | Type | Description |
---|---|---|
message | - | XML structure |
response | Integer | 1 or 0. Whether the EFT/ACH transaction receipt was sent or not. |
responseMessage | String | Confirmation of action taken. |
Errors
For all API requests, there are also generic API authentication and user access restriction errors.
Response Code | Error Code | Message | Description |
---|---|---|---|
0 | - | Invalid Transaction ID | The transaction ID is invalid, or not entered. |
0 | - | Transaction Not Found | The transaction was not found. |
0 | - | Invalid Email Address | The email address entered is invalid. |
0 | - | Failed Sending Email | The email could not be sent. |
0 | - | Invalid API Token1 | The API Token is invalid, or not entered. |
0 | - | Missing or Invalid Fields - Account ID | The Account ID is invalid, or not entered. |