Skip to main content
These events tell you when money is returned or contested. They are delivered in the Standard-Webhooks envelope; the fields below describe the data object.

Refund resource

Fanvue reverses the entire original payment (partial card refunds are not modeled), so full_amount is always true and amount equals the original gross.

Dispute resource

Both dispute.flagged (an early warning, before a formal chargeback) and dispute.created (the formal chargeback) share the dispute resource. Use source to identify the provider that reported it.
checkout_link.dispute.flagged is an early chargeback warning: the card network or a partner has signalled that a dispute is likely, but no formal chargeback has been filed yet. Treat it as a heads-up to prepare evidence or pre-emptively refund. checkout_link.dispute.created is the formal dispute being opened against the payment, and the same payment can produce a flagged event and later a created event.
The checkout_link.dispute.flagged event uses the identical shape with "type": "checkout_link.dispute.flagged"; treat it as an early heads-up to prepare evidence before a formal chargeback is filed.