xpay_pay_part_start

pay_part_start -- Notification for xpay part start

DESCRIPTION

Notification added in v25.09.

The pay_part_start notification is emitted by the xpay plugin when a payment part begins.

NOTIFICATION PAYLOAD

  • payment_hash (hash): The payment hash for the xpay invocation.
  • groupid (u64): The xpay group identifier for the payment attempt.
  • partid (u64): The identifier for this payment part.
  • total_payment_msat (msat): The total payment amount for the xpay invocation.
  • attempt_msat (msat): The amount this payment part attempts to deliver.
  • hops (array of objects): The route hops for this payment part.:
    • next_node (pubkey): The next node for this hop.
    • short_channel_id (short_channel_id): The short channel id used for this hop.
    • direction (u32): The direction within the short channel id.
    • channel_in_msat (msat): The amount entering the hop.
    • channel_out_msat (msat): The amount leaving the hop.

Core Lightning is Blockstream's open-source implementation of the Lightning Network optimised for performance. It is highly customizable through modular expandability.

© 2026 Core Lightning, a Blockstream project.
All rights reserved.

X Twitter Logo Streamline Icon: https://streamlinehq.com

X

The official Core Lightning X(Twitter) handle to follow project updates and announcements.

Github Logo 2 Streamline Icon: https://streamlinehq.com

Github

Github repository for source code, issues, and contributions. Visit our project here to explore or contibute.

Telegram

Community-driven telegram group where most of the node operators hang out. Go to https://t.me/lightningd to join.

Discord

Community-driven discord server where the devs flock together. Go to https://discord.gg/V6ay9yNhBQ to join.