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.
- Code —
TRST - Event trigger — The status of a funds transfer changed.
- Processes — These processes contain the event trigger:
- Create Transfer endpoint
- Cancel Transfer endpoint
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: |
| method | The method type for this event. |
|
| msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
| msg_id | The four-letter code to identify this event. Example: |
|
| payment_method | X | The payment method used for the transfer: |
| 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: |
| status | X | The new status of the funds transfer: |
| status_reason | Additional details or reasons for the status change. Example: |
|
| timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
| transfer_id | X | Unique identifier for a funds transfer between a Galileo account and an externally linked account. Example: |
| type | The name of this event: |
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"
}
