billpay_switch_event

The status of a payment method has changed.

  • CodeBPSE
  • Event trigger — The status of a payment method changes.
  • Process — This process contains the event trigger:
    • Account holder initiates a payment method 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
account_type

Whether the payment account is a checking or savings. Example: "Checking"

ch_group_id

Corporate Hierarchy group identifier. Example: "2544"

company X

The service provider or merchant system for bill payment. Example: "ABC Company"

lastfour X

Last four digits of the account number or card number. Example: "1234"

msg_event_id

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

msg_id

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

payment_type X

Whether the payment method is a bank or card. 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"

routing_number

The routing number for the payment account. Example: "123456789"

status X

The new status of the billpay switch: processing, completed, failed Example: "completed"

status_reason

The reason for the new status when status: failed. See BillPay 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"

title

The title or description of the payment method. Example: "Premiere Checking"

type X

The name of this event: "billpay_switch_event"

Example

# billpay_switch_event example:
{
  "account_type": "Checking",
  "company": "ABC Company",
  "lastfour": "1234",
  "msg_event_id": "243693",
  "msg_id": "BPSE",
  "payment_type": "card",
  "pmt_ref_no": "999101003022",
  "prod_id": "1701",
  "prog_id": "305",
  "routing_number": "123456789",
  "status": "completed",
  "status_reason": "payment-method-not-supported",
  "timestamp": "2025-01-31 17:20:33 MST",
  "title": "Premiere Checking",
  "type": "billpay_switch_event"
}

Galileo Financial Technologies, LLC 2025

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.