Transaction
Property | Data Type (length) | Description |
---|---|---|
|
integer |
The Helix-assigned unique ID for the account this transaction posted against |
|
decimal |
The amount of funds the transaction represents. |
|
datetime |
The exact date and time the funds associated with the transaction became available. Returned in time zone local to the bank. Format: yyyy-MM-ddTHH:mm:ss.SSSZ |
|
integer |
The Helix-generated unique ID for the card that created the transaction. Will be empty or 0 if this transaction is not tied to a card. |
|
object |
A cardMerchantInfo object |
|
object |
Check object related to check deposit transaction types. |
|
datetime |
The exact date and time the transaction was created. Returned in time zone local to the bank. Format: yyyy-MM-ddTHH:mm:ss.SSSZ |
|
integer |
Customer who owns the bank account associated with the transaction. |
|
string |
Only used internally by Q2 |
|
object |
depositAvailability object related to deposit transaction types. |
|
string |
Represents a client-specified description of the transaction. If transaction was received from a Nacha file ( If transaction was received from an ISO-8583 interface (i.e. debit card transaction), this property contains description verbatim from DataElement 43 (Card Acceptor Name/Location) of ISO-8583 interface plus details of any fees or surcharges that may have been incurred. By law, this description must be displayed to the end user. Otherwise, the transaction was received from a call to Helix API or it was line item in the Bulk Transfer File. This property contains the description verbatim passed by the client code. |
|
enum |
The code of the fee this transaction represents. Possible values:
|
|
enum |
The description of the fee this transaction represents. See |
|
string |
A human-readable description of the transaction. This is automatically generated by Helix driven by the |
|
string |
The name of the financial institution that originated the transaction. Will be populated when possible, but is not always available for all transaction types. |
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
long integer (64-bit integer) |
The unique identifier created by Helix used to group related transactions together. Examples: an ACH withdrawal and a subsequent return. A debit card authorization and its corresponding completion(s). A mobile check deposit return and its corresponding original mobile check deposit. |
|
deprecated |
Use |
|
object |
A nachaInfo object |
|
string (10) |
The alphanumeric identifier describing the purpose of the transaction, is provided to the third-party fraud and risk vendor. These values are agreed upon by the bank of record and client during onboarding |
|
integer |
The individual who requested/initiated the transaction (if different from the business customer who owns the account). Only relevant for business accounts. |
|
string |
The Nacha return code representing why the transaction was returned. |
|
decimal |
The |
|
datetime |
The exact date and time the transaction was settled. Returned in time zone local to the bank. Format: yyyy-MM-ddTHH:mm:ss.SSSZ |
|
datetime |
Same as |
|
enum |
Valid values include:
|
|
enum |
The description of the |
|
string (6) |
The Merchant Category Code of the merchant where the transaction originated. Categorizes merchants with similar lines of business together. Applicable only to ISO-8583 based transactions (card). |
|
string (50) |
The program-wide unique identifier provided by the caller during /transfer/create. Helix does not generate this value. |
|
integer |
The total transactions that meet your query criteria. Note: only a single page is returned in one call. See /transaction/list for more information.~~ |
|
long integer (64-bit integer) |
The Helix-assigned unique ID for the transaction. |
|
string |
A human-readable description of the type of transaction. For possible values see the 'Description' column on the Transaction Type Detail table |
|
string (6) |
A programmatic code for the type of transaction. See Transaction Types for details. |
|
datetime |
The exact date and time the transaction was voided. Returned in time zone local to the bank. |
|
object |
A wireInfo object |
Updated 5 days ago