> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.cope-demo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# payment.sale.succeeded

> A payment sale has succeeded.

# payment.sale.succeeded

> Generated from COPE public event contracts. Do not edit this page by hand.

Use this event when you need the payment-centric success fact for reconciliation, attribution, or downstream payment state transitions.

## Delivery Contract

| Field           | Value                                                                                |
| --------------- | ------------------------------------------------------------------------------------ |
| Encoding        | CloudEvents 1.0 structured JSON                                                      |
| Delivery        | At least once                                                                        |
| Idempotency     | Use the CloudEvents `source` + `id` tuple, or COPE `idempotency_key` when available. |
| Source          | `cope.payment`                                                                       |
| Subject pattern | `payment:<identifier>`                                                               |
| Category        | Payments                                                                             |
| Availability    | Available in the public webhook reference.                                           |
| Schema title    | payment.sale.succeeded v1 payload                                                    |
| Schema ID       | `https://schemas.cope.com/events/payment.sale.succeeded/v1`                          |

## Payload Fields

| Field                   | Required | Type      | Allowed Values            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                       |
| ----------------------- | -------- | --------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `additional_recipients` | no       | `array`   | -                         | Optional. Additional recipient email addresses configured in the vendor's notification settings. Each recipient receives an individually addressed copy of the notification email. Capped at 5 recipients.                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                       |
| `business`              | yes      | `object`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `buyer`                 | yes      | `object`  | -                         | The buyer as the checkout captured them. `locale` is the checkout's language; `communication_locale` is the language to address them in: the one their account chose, else the checkout's.                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                       |
| `currency`              | no       | `string`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `event_type`            | yes      | `const`   | `payment.sale.succeeded`  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `first_click_ref`       | no       | \`string  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Raw, unvalidated affiliate reference captured from the inbound `?aff=` parameter. It is not a resolved or validated affiliate ID; COPE resolves and validates attribution downstream. |
| `invoice_number`        | no       | `string`  | -                         | Sequential legal document number (§14 UStG) allocated atomically with this event — the invoice number on sale events and the credit-note number on refund events. Optional during rollout; may be absent on older events.                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                       |
| `line_items`            | yes      | `array`   | -                         | One entry per line the payment covers. A subscription line's `subscription_id` is the subscription's public reference, the same value the `subscription.*` events carry; it is null on a one-time or instalment line.                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                       |
| `occurred_at`           | yes      | `string`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `order`                 | yes      | `object`  | -                         | The order this payment is for. `order.metadata` is the metadata you attached to the cart, returned so you can reconcile the payment against your own system.                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                       |
| `order_overview_url`    | no       | `string`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `payment`               | no       | `object`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `payment_chunk`         | no       | `object`  | -                         | The payment chunk this event concerns. Carries `object` (what it is) and `id` (which one); `id` is the public identifier a merchant addresses it by.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                                                                                                       |
| `payment_method`        | yes      | \`object  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | -                                                                                                                                                                                     |
| `phone_offer_id`        | no       | \`string  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Phone offer identifier associated with this sale, if any. Raw attribution signal only.                                                                                                |
| `promo`                 | yes      | \`object  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | -                                                                                                                                                                                     |
| `promo_code`            | no       | \`string  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Promo code applied to this sale, if any. Raw attribution signal only.                                                                                                                 |
| `rail`                  | no       | `string`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `schema_version`        | yes      | `const`   | `1.5`                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `seller_vat_info`       | no       | \`object  | null\`                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Seller identity used for invoicing when the creator is the VAT-liable party. Null when COPE is the VAT-liable party.                                                                  |
| `source_event_id`       | no       | `string`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `source_event_type`     | no       | `const`   | `payment.sale.succeeded`  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `subscription_renewal`  | no       | `boolean` | -                         | Optional. `true` when this payment is a recurring charge collected against a card processor's invoice: a subscription renewal, the first charge once a trial ends, or a later instalment. Absent on the first purchase, on a PayPal payment and on an instalment payoff, and on events sent before this field shipped, so treat absent and `false` alike.                                                                                                                                                                                                                                            |                                                                                                                                                                                       |
| `supply_classification` | no       | `string`  | -                         | Whether this sale is an electronically supplied service ("ess") or not ("non\_ess"), decided by cart from the products on the payment: non\_ess only when EVERY line is. It determines which document the buyer is owed — COPE is deemed supplier for an ESS sale and issues an invoice; for a non-ESS sale it is a payment agent and issues a payment confirmation. Absent means a producer that predates the field; consumers fall back to the invoice rather than silently downgrading a document. Deliberately not an enum so a new classification cannot reject events against an older schema. |                                                                                                                                                                                       |
| `totals`                | yes      | `object`  | -                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                       |
| `vat_mode`              | no       | `string`  | `cope_vat`, `creator_vat` | Which party is liable for VAT on this sale: COPE (`cope_vat`) or the creator (`creator_vat`).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                       |
| `vat_responsibility`    | no       | `string`  | `cope`, `creator`         | Which party remits VAT to the tax authority.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                       |

## Example CloudEvent

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "data": {
    "business": {},
    "buyer": {},
    "event_type": "payment.sale.succeeded",
    "line_items": [
      {
        "amounts": {
          "gross_cents": 1000,
          "net_cents": 1000,
          "tax_cents": 1000,
          "tax_percentage": 19
        },
        "is_trial": true,
        "payment_number": 1000,
        "product": {},
        "quantity": 1000
      }
    ],
    "occurred_at": "2026-05-05T12:00:00.000Z",
    "order": {
      "created_at": "2026-05-05T12:00:00.000Z",
      "currency": "EUR",
      "source": "example_source"
    },
    "payment_method": {},
    "promo": {},
    "schema_version": "1.5",
    "totals": {
      "product": {
        "gross_cents": 1000,
        "net_cents": 1000,
        "tax_cents": 1000
      },
      "total": {
        "gross_cents": 1000,
        "net_cents": 1000,
        "tax_cents": 1000
      }
    }
  },
  "datacontenttype": "application/json",
  "dataschema": "https://schemas.cope.com/events/payment.sale.succeeded/v1",
  "id": "payment.sale.succeeded:example",
  "idempotency_key": "payment.sale.succeeded:example",
  "source": "cope.payment",
  "specversion": "1.0",
  "subject": "payment:example",
  "time": "2026-05-05T12:00:00.000Z",
  "type": "payment.sale.succeeded"
}
```

## Compatibility

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