{
  "status": 200,
  "message": "Transação encontrada com sucesso.",
  "data": {
    "id": "XX",
    "amount": 10,
    "status": "REFUSED",
    "createdAt": "2025-03-28T21:30:42.929Z",
    "updatedAt": "2025-03-28T21:30:42.974Z",
    "paidAt": "XX",
    "externalRef": "XX",
    "customer": {
      "name": "XX",
      "email": "XX",
      "phone": "XX",
      "document": {
        "type": "CNPJ",
        "number": "00"
      },
      "address": {
        "id": "XX",
        "street": "XX",
        "streetNumber": "00",
        "complement": "XX",
        "zipCode": "00",
        "neighborhood": "XX",
        "city": "XX",
        "state": "XX",
        "country": "XX"
      }
    },
    "paymentMethod": "PIX",
    "installments": "XX",
    "card": "XX",
    "pix": "XX",
    "boleto": "XX",
    "delivery": "XX",
    "items": [
      {
        "id": "XX",
        "externalRef": "XX",
        "title": "XX",
        "unitPrice": 0,
        "quantity": 0,
        "tangible": false,
        "transactionId": "XX"
      }
    ],
    "fee": {
      "id": "XX",
      "fixedAmount": 199,
      "spreadPercentage": 3.49,
      "estimatedFee": 199.349,
      "netAmount": -190,
      "transactionId": "XX",
      "gatewayId": "XX"
    },
    "metadata": "{\"linkId\":\"XX\",\"sellerId\":\"XX\",\"orderId\":\"XX\",\"gatewayId\":\"XX\"}",
    "provider": "XX",
    "refusedReason": "{\"code\":\"XX\"}",
    "qrCode": "XX",
    "barcode": "XX",
    "payUrl": "XX",
    "webUrl": "XX",
    "appUrl": "XX"
  },
  "error": "XX"
}