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.

Field Required Description
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, failure, token_requested. Example: "completed"

status_reason X

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

timestamp X

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

type X

The name of this event: "direct_deposit_switch_event"

Example

# direct_deposit_switch_event example:
{
  "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": "2023-01-29 17:20:33 MST",
  "type": "direct_deposit_switch_event"
}