The status of an external account link has changed.
- Code —
EAST - Event trigger — The status of an external account link changes.
- Process — This process contains 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_acct_link_id | X | Unique identifier of the external account link in the Galileo system. Example: |
| msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
| msg_id | The four-letter code to identify this event. 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: |
| status | X | The status of the external account link: |
| status_reason | Additional details or reasons for the status change. |
|
| timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
| type | X | The name of this event: |
Example
# external_account_status_change example:
{
"external_acct_link_id": "456784",
"msg_event_id": "243693",
"msg_id": "EAST",
"pmt_ref_no": "999101003022",
"prod_id": "1701",
"prog_id": "305",
"status": "ACTIVE",
"status_reason": "Account linked successfully",
"timestamp": "2025-01-31 17:20:33 MST",
"type": "external_account_status_change"
}
