{
"id": "txn_pix999888",
"amount": 10000,
"refundedAmount": null,
"companyId": "123e4567-e89b-12d3-a456-426614174000",
"installments": 1,
"paymentMethod": "PIX",
"status": "waiting_payment",
"postbackUrl": "https://example.com/webhook",
"metadata": {},
"traceable": false,
"secureId": "sec_pix123",
"createdAt": "2025-01-06T10:30:00Z",
"updatedAt": "2025-01-06T10:30:00Z",
"paidAt": null,
"ip": "192.168.1.50",
"externalRef": "",
"delivery": {
"status": null,
"trackingCode": null
},
"customer": {
"id": "cus_111222",
"name": "João Silva",
"email": "joao@example.com",
"phone": "11987654321",
"birthdate": null,
"createdAt": "2025-01-06T10:30:00Z",
"document": {
"number": "12345678901",
"type": "CPF"
},
"address": {
"street": "Rua das Flores",
"streetNumber": "123",
"complement": "Apto 45",
"zipCode": "01234567",
"neighborhood": "Centro",
"city": "São Paulo",
"state": "SP",
"country": "BR"
}
},
"card": null,
"boleto": null,
"pix": {
"qrcode": "00020126580014br.gov.bcb.pix0136...",
"expirationDate": "2025-01-06T11:30:00Z",
"end2EndId": null,
"receiptUrl": null
},
"shipping": {
"street": "Rua das Flores",
"streetNumber": "123",
"complement": "Apto 45",
"zipCode": "01234567",
"neighborhood": "Centro",
"city": "São Paulo",
"state": "SP",
"country": "BR"
},
"refusedReason": null,
"items": [
{
"externalRef": null,
"title": "Produto Digital",
"unitPrice": 10000,
"quantity": 1,
"tangible": false
}
],
"splits": [],
"refunds": [],
"fee": {
"fixedAmount": 50,
"spreadPercentage": 2.5,
"estimatedFee": 300,
"netAmount": 9700
}
}