This event communicates request/response times for the Auth API. The AUTMD parameter must be set to receive this event. This event is sent after every authorization transaction is completed.
- Code —
AUMD - Event trigger — SoFi Tech Solutions sends an authorization response to the network.
- Process — This process contains the event trigger:
- SoFi Tech Solutions receives an authorization request from the 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 |
|---|---|---|
| auth_id | X | System-generated ID for the authorization request. This ID is unique only per subnetwork. Example: |
| auth_in_request_ts | X | Timestamp for when SoFi Tech Solutions received the authorization request from the network. Example: |
| auth_in_response_ts | X | Timestamp for when you sent the response to SoFi Tech Solutions. Example: |
| auth_out_request_ts | X | Timestamp for when SoFi Tech Solutions sent the Auth API webhook to you. Example: |
| auth_out_response_ts | X | Timestamp for when SoFi Tech Solutions sent the authorization response to the network. Example: |
| ch_group_id | Corporate Hierarchy group identifier. Example: |
|
| is_auth_api_fallback | X | Whether SoFi Tech Solutions performed a fallback authorization. Example: |
| msg_event_id | Unique system-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: |
| pmt_ref_no | X | SoFi Tech Solutions 12-digit payment reference number (PRN) for the account. Example: |
| timestamp | X | Timestamp for when this event was created, in system time. Format: |
| total_auth_response_time | X | Number of milliseconds between |
| type | X | The name of this event: |
Example
# auth_metadata example:
{
"auth_id": "12303090",
"auth_in_request_ts": "2025-08-23 05:18:10.032032",
"auth_in_response_ts": "2025-08-23 05:18:12.301843",
"auth_out_request_ts": "2025-08-23 05:18:10.507382",
"auth_out_response_ts": "2025-08-23 05:18:13.102843",
"is_auth_api_fallback": "N",
"msg_event_id": "243693",
"msg_id": "AUMD",
"network": "V",
"pmt_ref_no": "999101003022",
"timestamp": "2025-01-31 17:20:33 MST",
"total_auth_response_time": "3070.811",
"type": "auth_metadata"
}

