Colombia only. A cardholder made an issuer-fee inquiry to see what the fee would be for an ATM transaction. The available balance has not changed.
- Code —
AIFI
- Event trigger — Galileo receives an ATM issuer-fee inquiry.
- Process — This process contains the event trigger:
- A cardholder in Colombia makes an issuer-fee inquiry at an ATM.
Fields
The data elements (DEs) in the field descriptions may vary by network. All fields are strings. Your field names may vary. Default fields are included in the default webhook template. See Default and optional fields for more information.
Field | Default | Description |
---|---|---|
act_type | The activity type, which will be either |
|
amount | X | The amount of the cash withdrawal. Example: |
auth_id | X | Galileo-generated ID for the authorization request. This ID is unique per subnetwork. Example: |
auth_id_response | Authorization identification response, a numeric code that Galileo returns to a merchant to verify that the transaction was authorized. DE038. Example: |
|
auth_tran_type | X | Based on DE003, processing code. Always contains |
balance_id | X | The balance ID, also called the |
cad | Galileo-generated card ID. Example: |
|
ch_group_id | Corporate Hierarchy group identifier. Example: |
|
currency | Currency code for |
|
issuer_fee_amt | X | The issuer fee for the intended ATM withdrawal. DE112 SE36. Example: |
issuer_fee_inquiry_status | X | Whether the transaction is an issuer fee inquiry. |
msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
msg_id | X | The four-letter code to identify this event. Example: |
network | X | See Events Network Codes for possible values. Example: |
open_to_buy | X | The available balance to spend. Example: |
original_auth_id | The |
|
otype | For ATM issuer-fee inquiries, the otype is |
|
pmt_ref_no | X | Galileo 12-digit payment reference number (PRN) for the account. Example: |
pos_data_trans_status | X | The status of the point-of-sale (POS) transaction. SE061 SF7. This will always be |
prod_id | X | The product ID of the account. Example: |
prog_id | X | The program ID of the account. Example: |
timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
tlid | Mastercard only. Transaction link identifier. An identifier that Mastercard generates for every original transaction. DE105SF1. Example: |
|
type | X | The name of this event: |
Example
# atm_issuer_fee_inquiry example:
{
"act_type": "AU",
"amount": "200000.00",
"auth_id": "12303090",
"auth_id_response": "012547",
"auth_tran_type": "1",
"balance_id": "20211",
"cad": "12534",
"ch_group_id": "2544",
"currency": "840",
"issuer_fee_amt": "15000.00",
"issuer_fee_inquiry_status": "01",
"msg_event_id": "243693",
"msg_id": "AIFI",
"network": "M",
"open_to_buy": "500.00",
"original_auth_id": "12303085",
"otype": "A",
"pmt_ref_no": "999101003022",
"pos_data_trans_status": "8",
"prod_id": "1701",
"prog_id": "305",
"timestamp": "2025-01-31 17:20:33 MST",
"tlid": "f3a54c321e634e9b",
"type": "atm_issuer_fee_inquiry"
}