#wrong webhook beingg used

1 messages · Page 1 of 1 (latest)

lime cliff
#

invoice was made for x product. and webhook was recieved at y? why so?

normal runeBOT
# lime cliff invoice was made for x product. and webhook was recieved at y? why so?

This is expected behavior.

  • An invoice is created for the product (X) at the time of checkout or API call.
  • The webhook (Y) is triggered based on an event, not the product itself.

Common reasons:

  • Webhook event = invoice.paid → fires only after successful payment
  • Webhook event = invoice.created → fires when invoice is generated
  • If you’re seeing mismatch, you’re likely listening to a different event type than expected

Check:

  • Which webhook event you subscribed to
  • Event payload (event_type)
  • Timeline: creation vs payment vs failure

If you share the exact webhook event name, I can pinpoint it.

lime cliff
#

Nah another issue

#

@honest timber please help

feral spoke
#

@dusty locust please help here

lime cliff
#

Webook 1: abc website for product 1
Webhook 2: xyz website for product 2

The event came to product 1 successfuly - payment.succeeded - was accepted

But why did it trigger at product 2 as well? same event? and only webhook 2 out of other 5 webhooks.

lime cliff
#

@dusty locust PLEASE HELP

lime cliff
#

@feral spoke

dusty locust
lime cliff
#

"pay_0Nfmtm7nLmjAW2hinEmZk"

dusty locust
#

Please share the webhook payload