direct_deposit_switch_event

The status of a direct deposit switch has changed.

  • CodeDDSE
  • Event trigger — The status of a direct deposit switch changes.
  • Process — This process contains the event trigger:
    • Account holder initiates a direct deposit switch.

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

The name of the payroll provider. Example: "Home Depot"

distribution_amount X

The amount of the direct deposit switch. Example: "100"

distribution_type X

The type of amount in distribution_amount: amount or percent. Example: "percent"

msg_event_id

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

msg_id

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

pmt_ref_no X

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

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 direct deposit switch: processing, completed, failed Example: "completed"

status_reason X

The reason for the new status when status: failed. See Direct Deposit Switch Failure Status Reasons for valid values.

task X

Transaction ID for a sign-up attempt. Example: "602414d84f9a1980cf5eafcc"

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"

type X

The name of this event: "direct_deposit_switch_event"

Example

# direct_deposit_switch_event example:
{
  "company_payroll_provider_name": "Home Depot",
  "distribution_amount": "100",
  "distribution_type": "percent",
  "msg_event_id": "243693",
  "msg_id": "DDSE",
  "pmt_ref_no": "155101003022",
  "prod_id": "1701",
  "prog_id": "305",
  "status": "completed",
  "timestamp": "2025-01-31 17:20:33 MST",
  "type": "direct_deposit_switch_event"
}