wishlist_item.funded
Fires once, the moment a wishlist item’s raised total reaches its price — whether that’s a single full payment or the last of several partial contributions.
Payload (data)
Section titled “Payload (data)”{ "livemode": false, "item": { "type": "wishlist_item", "id": "it_test_00000000", "title": "Sample item" }, "raised": { "minor": 5000, "currency": "USD" }, "contributors": [ { "handle": "sample_supporter", "amount": { "minor": 5000, "currency": "USD" }, "message": "Test contribution" } ]}See Webhooks overview for the envelope, headers, and signature verification shared by every event type.