{
"id": "evt_pay_1001",
"event": "transaction",
"api_version": "v1",
"data": {
"id": "018f1f2e-7b42-7c9a-8d3e-1a2b3c4d5e6f",
"event_type": "transaction.paid",
"correlation_id": "order_1001",
"method": "pix",
"status": "paid",
"amount": 1500,
"currency": "BRL",
"informations": [
{ "key": "order_id", "value": "order_1001" }
],
"customer": {
"name": "Ana Souza",
"email": "ana@example.com",
"phone": "+5511999998888"
},
"products": [
{
"id": "018f1f2e-7b42-7c9a-8d3e-9f0a1b2c3d4e",
"title": "Curso completo",
"unit_price": 1500,
"quantity": 1,
"tangible": false,
"kind": "product"
}
],
"attribution": {
"utm_source": "instagram",
"utm_medium": "cpc",
"utm_campaign": "black-friday",
"utm_content": null,
"utm_term": null,
"fbc": null,
"fbp": null,
"gclid": null,
"ttclid": null,
"src": null,
"sck": null,
"checkout_url": "https://pay.example/checkout/abc",
"referrer_url": "https://instagram.com/"
}
}
}