The status of a payment method has changed.
- Code —
BPSE
- 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: |
|
ch_group_id | Corporate Hierarchy group identifier. Example: |
|
company | X | The service provider or merchant system for bill payment. Example: |
lastfour | X | Last four digits of the account number or card number. Example: |
msg_event_id | Unique Galileo-generated identifier for this message. Example: |
|
msg_id | The four-letter code to identify this event. Example: |
|
payment_type | X | Whether the payment method is a bank or card. 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: |
routing_number | The routing number for the payment account. Example: |
|
status | X | The new status of the billpay switch: |
status_reason | The reason for the new status when |
|
task | X | Transaction ID for a sign-up attempt. Example: |
timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
title | The title or description of the payment method. Example: |
|
type | X | The name of this 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"
}