The specification name is Transaction-Link-Identifier. The industry also says Transaction Life-Cycle ID; both refer to the same value, and only the first is the specification name. Use it in interface documents and code comments.
| Item | Value |
|---|---|
| Message position | DE 105, subelement SE 001 |
| Length and type | Fixed 22 characters, ANS |
| Generated by | Mastercard, returned in the authorization response (0110) |
| Carried by | The acquirer, into the First Presentment/1240 clearing message |
| Covers | Purchase, pre-authorization completion, cancellation, partial and full refund, chargeback |
DE 105 is a composite field built from repetitions of «SE number (3) + length (3) + data». Parse it by walking that three-part shape; SE 001 is one subelement among several.
Three lifecycle-related subelements live in the same DE 105, with different responsibility for sending them:
| Subelement | Sent by | Purpose |
|---|---|---|
| SE 001 | Acquirer | The TLID itself. For a standard lifecycle transaction this one is enough |
| SE 002 | Acquirer | Economically linked TLID, for transactions such as refunds that stand alone but relate to another transaction |
| SE 003 | Mastercard | Lifecycle validation result. After the scheme validates or corrects SE 001, this reports what it did |
SE 003 is filled in by the scheme; acquirers do not send it. Seeing it in a received message means the scheme checked or changed the SE 001 that was sent.
The Visa equivalent is the Transaction Identifier, usually shortened to TID. VisaNet generates it during authorization and returns it in the response; clearing carries the same value. The purpose matches TLID: tie later messages back to the original authorization.
Refunds are where they part. For a Credit Voucher, BASE II states that the original Transaction Identifier may be carried — may, not must. An acquirer that omits it is still compliant, and the refund then carries an identifier the acquirer obtained on its own, which will not line up with the purchase.
This is the same shape of difference as the time zone of DE 7: Visa leaves several fields to the acquirer's discretion where Mastercard states a hard requirement. On a Visa link, anything the specification words as may cannot be designed for as always present.
| Mastercard TLID | Visa TID | |
|---|---|---|
| Generated by | Mastercard | VisaNet |
| Returned | In the authorization response | In the authorization response |
| Message position | DE 105 SE 001 | Transaction Identifier field in authorization and clearing |
| Length | 22 characters, ANS | Numeric; length per the scheme's own documentation |
| Refund carries the original | Required | Worded as may; the acquirer decides |