Galileo rejected and returned an incoming transaction over Payment Hub rails. Available balance has not changed.
- Code —
RTNG
- Event trigger — Galileo returns an incoming transaction.
- Process — This process contains the event trigger:
- Galileo receives an incoming transaction over Payment Hub rails.
Fields
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 |
---|---|---|
amount | X | Amount of the transaction. Example: |
ch_group_id | Corporate Hierarchy group identifier. Example: |
|
msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
msg_id | The four-letter code to identify this event. Example: |
|
odfi_routing_number | Routing number for the originating depository financial institution (ODFI) of an ACH or wire transaction. Nine digits. Example: |
|
orig_acct_number | ACH or wire originator account number. Example: |
|
orig_name | ACH, Real-Time Payment (RTP), or wire originator name. Example: |
|
payment_rail | X | The rails over which this transaction arrived at Galileo: |
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: |
receive_ts | X | Time when Galileo first recorded the transaction. YYYY-MM-DD hh:mm:ss Example: |
return_reason | X | The reason this transaction was returned. Valid values:
|
source | X | The filename and position of the transaction that was returned. Format: |
timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
trans_type | X | Whether the transaction would have been a |
transaction_id | X | Identifier for the transaction as provided by the sender. Example: |
type | X | The name of this event: |
Example
# pmt_hub_return example:
{
"amount": "100.23",
"ch_group_id": "2544",
"msg_event_id": "243693",
"msg_id": "RTNG",
"odfi_routing_number": "325491456",
"orig_acct_number": "265493042",
"orig_name": "ABC Bank",
"payment_rail": "fedwire",
"pmt_ref_no": "999101003022",
"prod_id": "1701",
"prog_id": "305",
"receive_ts": "2025-11-03 11:14:22",
"return_reason": "LoadLimit",
"source": "fedwire_filename:2235",
"timestamp": "2025-01-31 17:20:33 MST",
"trans_type": "credit",
"transaction_id": "20250623B1Q8151C010268",
"type": "pmt_hub_return"
}