mobile_activation YLP

An attempt to provision a card to a mobile wallet was unsuccessful and is on the yellow path. The cardholder must provide additional information to validate their identity, usually by providing an OTP, depending on what you have set up for yellow-path validation.

The wallet_type field contains the mobile wallet type (Apple, Google, Samsung), and the first letter of the code also indicates the wallet type:

  • Axxx — Apple Pay
  • Gxxx — Google Pay
  • Sxxx — Samsung Pay

  • CodesAYLP, GYLP, SYLP
  • Event trigger — Provisioning a card to a mobile wallet fails and enters the yellow path.
  • Processes — These processes contain the event trigger:
    • Galileo performs checks in response to an authorization request over the card network rails.
    • The network and the wallet provider perform checks and notify Galileo when the checks fail.

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

Galileo-generated ID for the authorization request. This ID is unique per subnetwork. Example: "12303090"

cad

Galileo-generated card ID. Example: "12534"

msg_event_id X

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

msg_id

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

network

See Events Network Codes for possible values. Example: "V"

pmt_ref_no X

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

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: "mobile_activation YLP"

wallet_type X

Wallet provider. Possible values:

  • "Apple" (event code AYLP)
  • "Google" (event code GYLP)
  • "Samsung" (event code SYLP)

Example

# mobile_activation YLP example:
{
  "auth_id": "12303090",
  "cad": "12534",
  "msg_event_id": "243693",
  "msg_id": "SYLP",
  "network": "V",
  "pmt_ref_no": "155101003022",
  "timestamp": "2025-01-31 17:20:33 MST",
  "type": "mobile_activation YLP",
  "wallet_type": "Apple"
}