Skip to main content

payment.dispute.counter_fee.created

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to reconcile dispute counter fees charged after evidence workflows.

Delivery Contract

FieldValue
EncodingCloudEvents 1.0 structured JSON
DeliveryAt least once
IdempotencyUse the CloudEvents source + id tuple, or COPE idempotency_key when available.
Sourcecope.payment
Subject patterndispute_counter_fee:<identifier>
CategoryDisputes
AvailabilityAvailable in the public webhook reference.
Schema titlepayment.dispute.counter_fee.created v1 payload
Schema IDhttps://schemas.cope.com/events/payment.dispute.counter_fee.created/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
cash_flow_atno`stringnull`--
chunksyesarray--
correlation_idnostring--
currencynostring--
fee_ledger_entriesnoarray--
idempotency_keynostring--
stripe_counter_fee_centsyesnumber--
voucher_linesnoarray--

Example CloudEvent

{
  "data": {
    "chunks": [
      {}
    ],
    "stripe_counter_fee_cents": 1000
  },
  "datacontenttype": "application/json",
  "dataschema": "https://schemas.cope.com/events/payment.dispute.counter_fee.created/v1",
  "id": "payment.dispute.counter_fee.created:example",
  "idempotency_key": "payment.dispute.counter_fee.created:example",
  "source": "cope.payment",
  "specversion": "1.0",
  "subject": "dispute_counter_fee:example",
  "time": "2026-05-05T12:00:00.000Z",
  "type": "payment.dispute.counter_fee.created"
}

Compatibility

Fields may be added within the same major version. Removing or changing the meaning of a documented field requires a new event version.