Skip to main content

payment.chargeback.created

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to pause fulfillment, review risk, or reconcile disputed funds.

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 patternchargeback:<identifier>
CategoryChargebacks
AvailabilityAvailable in the public webhook reference.
Schema titlepayment.chargeback.created v1 payload
Schema IDhttps://schemas.cope.com/events/payment.chargeback.created/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
amount_centsnonumber--
cash_flow_atno`stringnull`--
chunksyesarray--
correlation_idnostring--
currencynostring--
fee_ledger_entriesnoarray--
forcenoboolean--
idempotency_keynostring--
net_amount_centsnonumber--
platform_fee_centsnonumber--
reserve_confignoobject--
stripe_counter_fee_centsnonumber--
stripe_fee_centsnonumber--
tax_amount_centsnonumber--
voucher_linesnoarray--

Example CloudEvent

{
  "data": {
    "chunks": [
      {}
    ]
  },
  "datacontenttype": "application/json",
  "dataschema": "https://schemas.cope.com/events/payment.chargeback.created/v1",
  "id": "payment.chargeback.created:example",
  "idempotency_key": "payment.chargeback.created:example",
  "source": "cope.payment",
  "specversion": "1.0",
  "subject": "chargeback:example",
  "time": "2026-05-05T12:00:00.000Z",
  "type": "payment.chargeback.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.