These values are used for the transType
parameter of the Create Simulated Card Authorization endpoint. The value in association
determines which table to use.
The MTI column shows which MTI is generated by each transType
value. The MTIs are visible in the Auth API in the mti
field. Also see Message types in the Authorization Controller API guide for more information.
Visa
Use the values in this table when association: visa
.
Type | Description | MTI |
---|---|---|
1 | Retail sale (default) | 0200 |
2 | Preauthorization | 0100 |
3 | Incremental preauthorization. Before passing this type, you must first create a preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0100 |
4 | Completion. Before passing this type, you must first create a preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0220 |
5 | Reversal. Before passing this type, you must first create a retail sale (transType: 1 ) or preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0400 |
6 | Reversal advice. Before passing this type, you must first create a retail sale (transType: 1 ) or preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0420 |
10 | Foreign authorization | 0200 |
11 | ATM withdrawal | 0200 |
Mastercard
Use the values in this table when association: mc_auth
.
Type | Description | MTI |
---|---|---|
1 | Retail sale (default) | 0100 |
2 | Preauthorization | 0100 |
3 | Completion advice. Before passing this type, you must first create a preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0120 |
4 | Non-financial advice | 0120 |
6 | Reversal. Before passing this type, you must first create a retail sale (transType: 1 ) or preauthorization (transType: 2 ) transaction. Use the auth_id from that transaction to populate originalAuthId . | 0400 |
9 | EMV chip authorization | 0100 |
11 | Tokenization authorization | 0100 |