{
"type": "transaction",
"objectId": "5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"url": "https://webhook.example.com/transaction",
"data": {
"id": "5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"ip": "192.168.1.10",
"fee": 350,
"pix": {
"qrcode": "00020126780014BR.GOV.BCB.PIX0123456789012345670400005303986540625.005802BR...",
"receiptUrl": "https://example.com/pix/receipt/5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"expirationDate": "2025-01-15T23:59:59Z"
},
"boleto": {
"url": "https://example.com/boleto/5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"barcode": "34191750090000012345678901234567890123456789",
"digitableLine": "34191.75009 00000.123456 78901.234567 8 901234567890",
"instructions": "Pagamento válido até a data de vencimento.",
"expirationDate": "2025-01-15T23:59:59Z"
},
"card": {
"brand": "VISA",
"lastDigits": "1234",
"holderName": "John Doe",
"expiryDate": "01/25"
},
"items": [
{
"id": "item-01",
"title": "Produto A",
"quantity": 2,
"unitPrice": 5000,
"tangible": true
},
{
"id": "item-02",
"title": "Produto B",
"quantity": 1,
"unitPrice": 3000,
"tangible": true
}
],
"payer": {
"name": "John Doe",
"documentNumber": "12345678901"
},
"amount": 13500,
"paidAt": "2025-01-10T15:30:00Z",
"status": "paid",
"refunds": [
{
"id": "refund-001",
"amount": 5000,
"preChargeback": false,
"manualRefund": true,
"providerRefund": false,
"createdAt": "2025-01-10T15:40:00Z"
}
],
"customer": {
"id": "cust-12345",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "+5511999999999",
"address": {
"street": "Av. Brasil",
"streetNumber": "123",
"city": "São Paulo",
"state": "SP",
"zipCode": "01000-000",
"country": "BR"
},
"document": {
"type": "CPF",
"number": "12345678901"
},
"createdAt": "2025-01-05T12:00:00Z",
"externalRef": "external-12345"
},
"delivery": {
"status": "delivered",
"trackingCode": "TRACK12345"
},
"metadata": {
"customField1": "Value1",
"customField2": "Value2"
},
"secureId": "secure-67890",
"shipping": {
"fee": 1000,
"address": {
"street": "Av. Brasil",
"streetNumber": "123",
"city": "São Paulo",
"state": "SP",
"zipCode": "01000-000",
"country": "BR"
}
},
"companyId": "company-12345",
"traceable": true,
"updatedAt": "2025-01-10T16:00:00Z",
"externalRef": "external-transaction-12345",
"postbackUrl": "https://webhook.example.com/transaction",
"installments": 3,
"paymentMethod": "credit_card",
"refusedReason": null,
"refundedAmount": 5000,
"returnUrl": "https://example.com/return",
"currency": "BRL",
"qrCode": "12345678901234567890",
"barcode": "34191750090000012345678901234567890123456789",
"payUrl": "https://example.com/pay/5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"webUrl": "https://example.com/transaction/5f5d22ab-34e2-4c9b-832b-9a87b6e5b798",
"appUrl": "myapp://transaction/5f5d22ab-34e2-4c9b-832b-9a87b6e5b798"
}
}