Transfer Response
transferResponse Object
Property | Data Type (length) | Description |
---|---|---|
customerId | integer | Helix-assigned unique ID for the customer who created the transfer. |
masterId | long integer (64-bit integer) | Helix-generated key that groups related transactions together. If a transaction directly relates to one or more other transactions, they will all have the same value for the masterId property. |
tag | string | Unique identifier in your system for this transfer which may be useful for search purposes. You will be able to search via this value in the Helix Admin console. Must be unique for all transactions/transfers within your program. |
transactionId | long integer (64-bit integer) | Uniquely identifies a single transfer. Any files generated from Helix will use transactionId as the identifier for a single transfer. transactionId is NACHA-compliant (i.e. 15 or fewer digits in length). |
Updated about 1 year ago