#wrong webhook beingg used
1 messages · Page 1 of 1 (latest)
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.
@dusty locust please help here
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.
@dusty locust PLEASE HELP
@feral spoke
Could you please share the webhook payload and the payment ID that you think was used to make the payment for the product?
"pay_0Nfmtm7nLmjAW2hinEmZk"
Please share the webhook payload