transfer_status_change

The status of a funds transfer between a Galileo account and an externally linked account changed. This event only notifies you of a status transition such as PENDING, COMPLETED, or FAILED but does not notify that the transaction has been posted to the ledger. Galileo sends the BADJ:adj or BPMT:pmt when the transaction is posted to the account ledger.

  • CodeTRST
  • Event trigger — The status of a funds transfer changed.
  • Processes — These processes contain the event trigger:

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
external_id X

A user-defined identifier for tracking and reconciliation (may be null). Example: "my-withdrawal-67890"

method

The method type for this event. Transaction is the only valid value.

msg_event_id

Unique Galileo-generated identifier for this message. Example: "243693"

msg_id

The four-letter code to identify this event. Example: "TRST"

payment_method X

The payment method used for the transfer: CARD or ACH. Example: "CARD"

pmt_ref_no X

Galileo 12-digit payment reference number (PRN) for the account. Example: "999101003022"

prod_id X

The product ID of the account. Example: "1701"

prog_id X

The program ID of the account. Example: "305"

status X

The new status of the funds transfer: ACTIVE, COMPLETED, DELETED, PENDING, FAILED, or CANCELLED. Example: "ACTIVE"

status_reason

Additional details or reasons for the status change. Example: "Cash withdrawal"

timestamp X

Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: YYYY-MM-DD hh:mm:ss MST Example: "2025-01-31 17:20:33 MST"

transfer_id X

Unique identifier for a funds transfer between a Galileo account and an externally linked account. Example: "890e4567-e89b-12d3-a456-426614174222"

type

The name of this event: "transfer_status_change"

Example

# transfer_status_change example:
{
  "external_id": "my-withdrawal-67890",
  "method": "Transaction",
  "msg_event_id": "243693",
  "msg_id": "TRST",
  "payment_method": "CARD",
  "pmt_ref_no": "999101003022",
  "prod_id": "1701",
  "prog_id": "305",
  "status": "ACTIVE",
  "status_reason": "Cash withdrawal",
  "timestamp": "2025-01-31 17:20:33 MST",
  "transfer_id": "890e4567-e89b-12d3-a456-426614174222",
  "type": "transfer_status_change"
}

© Galileo Financial Technologies, LLC 2026    Privacy Disclosure

All documentation, including but not limited to text, graphics, images, and any other content, are the exclusive property of Galileo Financial Technologies, LLC and are protected by copyright laws. These materials may not be reproduced, distributed, transmitted, displayed, or otherwise used without the prior written permission of Galileo Financial Technologies, LLC. Any unauthorized use or reproduction of these materials are expressly prohibited.