# Chargeback

Acontece quando uma transação passa pelo processo de chargeback. Isso normalmente ocorre porque o cliente pediu junto ao banco o estorno da compra, e o banco devolveu.

<pre class="language-json"><code class="lang-json">{
<strong>    "event": "charged_back",
</strong>    "data": {
        "offer": {
            "id": "33a86ead-abcd-abcd-abcd-00af1c251add",
            "name": "Oferta interna de teste",
            "type": "ENTRY",
            "recurrence": null,
            "amount": 10000,
            "amount_client": 9412,
            "amount_assiny": 588,
            "amount_with_tax": 10000,
            "product": {
                "id": "b76d819b-5134-4162-bf46-31417189a2b4",
                "name": "Produto de teste interno",
                "producer_name": "Assiny"
            },
            "order_bumps": [
                {
                  "amount_assiny": 582,
                  "amount_client": 9555,
                  "amount_with_tax": 10137,
                  "checkout_type": "ORDERBUMP",
                  "id": "3e9fc781-abcd-abcd-abcd-c40cc7702423",
                  "installments": 1,
                  "name": "Nome do produto",
                  "payment_type": "TRANSACTION",
                  "product": {
                    "id": "60433c19-abcd-abcd-abcd-c213e21b6ba5",
                    "name": "Nome do produto",
                    "producer_name": "Assiny"
                  },
                  "product_price": 9700,
                  "recurrence": null,
                  "type": "TRANSACTION"
                }
            ]
        },
        "transaction": {
            "id": "d9784ad3-fdee-4fad-8b2f-8b03999fe687",
            "project": {
                "name": "Product Explorer",
                "id": "e3255bd0-65ef-4b32-afbc-5502bfc68ae7",
                "organization": {
                    "name": "Assiny",
                    "id": "723a0f0a-7cdb-0000-0000-3c949b1d94df"
                }
            },
            "amount": 10000,
            "fee_amount": 588,
            "net_amount": 9412,
            "commissions": [
                {
                  "amount": 9502,
                  "user": "Nome do vendedor"
                }
              ],
            "installments": 1,
            "currency": "BRL",
            "cycle": 1,
            "created_at": "2025-01-14T13:29:10.296151Z",
            "updated_at": "2025-01-14T13:29:16.844953Z",
<strong>            "status": "chargedback",
</strong>            "payment_type": "CREDIT",
            "additional_data": {
                "PIX": {
                    "qr_code": null
                },
                "BANK_SLIP": {
                    "url": null,
                    "barcode": null
                }
            },
            "smart_installment": null
        },
        "client": {
            "id": "bc42628a-abcd-abcd-9ee8-2d715b64684b",
            "full_name": "Nicolas Ibraim",
            "first_name": "Nicolas",
            "last_name": "Ibraim",
            "email": "design@teste.com",
            "phone": "+5537998671234",
            "document": "10224822642",
            "address": null
        },
        "metadata": {
            "utm_campaign": "direct",
            "utm_content": "direct",
            "utm_medium": "direct",
            "utm_source": "direct",
            "utm_term": "direct",
            "ip": "000.000.000.000",
            "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
            "url_parameters": {
                "fbclid": null,
                "fbp": "fb.2.0000015179244.221138789314310000",
                "ip": "000.000.000.000",
                "nodeId": "kuDEGG",
                "referrer": "direct",
                "saveCard": false,
                "trk_ad": "direct",
                "trk_adgp": "direct",
                "trk_cpg": "direct",
                "trk_src": "direct",
                "utm_campaign": "direct",
                "utm_content": "direct",
                "utm_medium": "direct",
                "utm_source": "direct",
                "utm_term": "direct"
            },
            "funnel_id": "1d1b5098-abcd-abcd-abcd-0814d68baf0a",
            "short_funnel_id": "opZZZZ",
            "node_id": "kuDEGG",
            "event_source_url": "https://pay.assiny.com.br/opZZZZ/node/kuDEGG"
        }
    }
}
</code></pre>
