[
{
"id": 12345,
"amount": 500,
"refundedAmount": 0,
"companyId": 77,
"installments": 1,
"paymentMethod": "credit_card",
"status": "paid",
"postbackUrl": "https://webhook.minhaloja.com/bee",
"metadata": "{\"orderId\":\"123\"}",
"traceable": false,
"secureId": "sec_abc123",
"secureUrl": "https://checkout.paybeehive.com/sec_abc123",
"createdAt": "2026-01-04T12:00:00Z",
"updatedAt": "2026-01-04T12:00:10Z",
"paidAt": "2026-01-04T12:00:20Z",
"ip": "189.10.20.30",
"externalRef": "order_123",
"customer": {
"name": "Bruce Wayne",
"email": "[email protected]",
"document": {
"number": "12345678909",
"type": "cpf"
},
"externalRef": "cust_ext_001",
"phone": "+5511999999999",
"birthdate": "1990-01-01",
"address": {
"street": "Av. Brigadeiro Faria Lima",
"number": "1811",
"complement": "Conj 1119",
"neighborhood": "Itaim Bibi",
"city": "São Paulo",
"state": "SP",
"zipcode": "01452001",
"country": "BR"
},
"id": 123,
"createdAt": "2026-01-04T12:00:00Z"
},
"address": {
"street": "Av. Brigadeiro Faria Lima",
"number": "1811",
"complement": "Conj 1119",
"neighborhood": "Itaim Bibi",
"city": "São Paulo",
"state": "SP",
"zipcode": "01452001",
"country": "BR"
},
"card": {
"id": 10,
"hash": "card_hash_abc",
"number": "4111111111111111",
"holderName": "Bruce Wayne",
"expirationMonth": 12,
"expirationYear": 2030,
"cvv": "123",
"brand": "visa",
"lastDigits": "1111",
"reusable": true,
"createdAt": "2026-01-04T12:00:00Z"
},
"boleto": null,
"pix": null,
"shipping": {
"address": {
"street": "Av. Brigadeiro Faria Lima",
"number": "1811",
"complement": "Conj 1119",
"neighborhood": "Itaim Bibi",
"city": "São Paulo",
"state": "SP",
"zipcode": "01452001",
"country": "BR"
},
"fee": 0,
"deliveryDate": "2026-01-10"
},
"refusedReason": null,
"items": [
{
"title": "Produto X",
"unitPrice": 5000,
"quantity": 1,
"tangible": true,
"externalRef": "item_ext_001"
}
],
"splits": [
{
"recipientId": 321,
"amount": 1000,
"netAmount": 950
}
],
"refunds": [
{
"id": 999,
"amount": 5000,
"createdAt": "2026-01-04T12:10:00Z"
}
],
"fee": {
"fixedAmount": 199,
"spreadPercentage": 349,
"estimatedFee": 320,
"netAmount": 4680
}
}
]