A card-load request was approved.
- Code —
AAPM
- Event trigger — You or Galileo approve a request to load funds onto a card.
- Process — This process contains the event trigger:
- Galileo receives an authorization request for a card load from a card network.
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 | X | See Activity Type for possible values. Example: |
amount | X | The amount of the authorization request. Includes fees and upcharges. DE004 times the conversion rate in DE009. The amount is signed: |
auth_id | X | Galileo-generated ID for the authorization request. This ID is unique per subnetwork. Example: |
auth_tran_type | Based on DE003, processing code. Type of authorization request. See Authorization types for possible values. Example: |
|
avail_cash | For debit accounts, the |
|
avail_credit | For credit accounts, the available credit limit to spend. Example: |
|
balance_id | X | The balance ID, also called the |
cad | X | Galileo-generated card ID. Example: |
ch_group_id | Corporate Hierarchy group identifier. Example: |
|
credit_balance | For credit accounts, the total amount of unpaid purchases and advances. Example: |
|
currency | Currency code for |
|
local_surcharge_amt | X | The surcharge amount (DE028) added by the merchant or ATM operator. This amount is included in |
mcc | X | Merchant category code (DE018). Example: |
merchant_location | X | Merchant city and state (from remaining part of ISO DE043). Example: |
merchant_name | X | Merchant name (first 22 characters of DE043). Should not be used for matching; instead, use |
merchant_number | X | Merchant number (DE042). Example: |
msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
msg_id | 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 | X | The |
otype | X | See Transaction Types for possible values. Example: |
pmt_ref_no | X | Galileo 12-digit payment reference number (PRN) for the account. Example: |
prod_id | X | The product ID of the account. Example: |
prog_id | X | The program ID of the account. Example: |
response_code | X | See Authorization Response Codes for possible values. 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: |
visa_trans_id | Contents of Field 62.2: Transaction Identifier (bitmap format). This Visa-generated transaction ID is unique for each original authorization and financial request. Example: |
Example
# auth_payment example:
{
"act_type": "VI",
"amount": "10.25",
"auth_id": "12303090",
"auth_tran_type": "5",
"avail_cash": "143.11",
"avail_credit": "432.00",
"balance_id": "20211",
"cad": "12534",
"ch_group_id": "2544",
"credit_balance": "325.00",
"currency": "840",
"local_surcharge_amt": "2.50",
"mcc": "5712",
"merchant_location": "NEW YORK, NY",
"merchant_name": "Widgets Incorporated",
"merchant_number": "L4DIV6D5LM4X7LF",
"msg_event_id": "243693",
"msg_id": "AAPM",
"network": "V",
"open_to_buy": "500.00",
"original_auth_id": "12303085",
"otype": "A",
"pmt_ref_no": "999101003022",
"prod_id": "1701",
"prog_id": "305",
"response_code": "05",
"timestamp": "2025-01-31 17:20:33 MST",
"tlid": "f3a54c321e634e9b",
"type": "auth_payment",
"visa_trans_id": "141037867734271"
}