curl --location --request GET '/get-transaction-invoice/1742354' \
--header 'Authorization: Bearer <token>'<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/css/styles.css" />
<link
href="https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@100;200;300;400;500;600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Dancing+Script:wght@400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Cantant - Receipt</title>
</head>
<body>
<div class="invoice-container">
<div class="invoice-wrapper">
<div class="container">
<div class="invoice-main">
<!-- INVOICE HEADER -->
<div class="invoice-header-container">
<div class="header-content">
<div class="invoice-company-info">
<div class="invoice-invoice">
<p class="invoice-type">INVOICE</p>
</div>
<p class="company-name"> Maman </p>
<p class="invoice-address"> null</p>
</div>
</div>
</div>
<!-- INVOICE HEADER ENDS -->
<!-- DATE/ADDRESS -->
<div class="date-address-container">
<div class="date-address-content">
<div>
</div>
<div class="invoice-date-container">
<p class="invoice-date">INV-2290-980116353</p>
<p class="invoice-date">
<span class="invoice-date-light">Date:</span>
Jun 10, 2024
</p>
</div>
</div>
</div>
<!-- DATE/ADDRESS ENDS -->
<!-- INVOICE TABLE -->
<div class="invoice-table-container">
<div class="invoice-table">
<div class="invoice-table-row">
<div class="invoice-table-head">Item</div>
<div class="invoice-table-head-center">Price/unit</div>
<div class="invoice-table-head" style="text-align: right">
Amount
</div>
</div>
<div class="invoice-table-data-row">
<div class="invoice-table-data-item"> Wdf </div>
<div class="invoice-table-data-price-mid"> VEF 5.00 x 1 </div>
<div
class="invoice-table-data-item"
style="
text-align: right;
padding-right: 20px;
justify-self: end;
"
>
VEF 5.00
</div>
</div>
</div>
</div>
<!-- TOTAL TABLE -->
<!-- <hr
style="
border-top: 1px solid #f6f8fc;
width: 95%;
background-color: #f6f8fc;
"
/> -->
<div
class="invoice-total-table-container"
style="border-top: 1px solid #f6f8fc"
>
<div class="invoice-table">
</div>
</div>
<!-- INVOICE TABLE -->
<!-- TOTAL TABLE -->
<div class="invoice-table-data-row-total">
<div class="invoice-table-data-item"></div>
<div class="total-text">Total</div>
<div class="total-amount"> VEF 5.00 </div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<p class="powered-text">
Powered by
<img src="" />
<span class="cantant-text">
<img src="/assets/css/CantantLogo.svg" alt="" />
Cantant
</span
>
</p>
<p class="bussiness-text">
#1 business manager for growing businesses.
<a
href="https://www.mycantant.com"
target="_blank"
class="gettting-started"
>Get started.</a
>
</p>
<div class="invoice-appstore">
<a
href="https://play.google.com/store/apps/details?id=com.cantantmobile"
target="_blank"
>
<img
src="https://firebasestorage.googleapis.com/v0/b/cantant123.appspot.com/o/CantantGooglePlay.png?alt=media&token=c5f7d26f-7eab-42b1-aad9-63a4f83e2fc4"
alt="STORE LOGO"
/>
</a>
<a
href="https://apps.apple.com/ng/app/cantant-smart-cash-manager/id6446953578"
target="_blank"
style="margin-left: 12px"
>
<img
src="https://firebasestorage.googleapis.com/v0/b/cantant123.appspot.com/o/CantantAppleStore.png?alt=media&token=6d690a2e-483e-4760-9e19-fdabfd36e86d"
alt="STORE LOGO"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>