Create, pay, and manage crypto invoices all in one flow without needing to create an account
We have developed an invoice generator featuring an embedded hosted payment page for crypto payments. Additionally, we are integrating borrowing and lending capabilities using GHO into the hosted payment page, enabling businesses to borrow crypto for paying invoices. This integration of invoice generation with hosted payment and borrowing capabilities will significantly benefit Web3 companies by:
We used a NextJS app to create a hosted invoice payment page that pulls in data from our API that generates invoices on https://send.invoice3.xyz/. We updated that existing app to use ConnectKit instead of RaindbowKit and the UI to show a link to the newly built hosted page. That app uses ConnectKit to connect to your wallet. Then we use Wagmi to prepare and execute contract interactions with WETH Gateway and AAVE V3. We got to a point of being able to successfully depositETH and borrow from the pool. We connected the app to parse data from the generated invoices but ran out of time to correctly calculate the amount needed to be lent and borrowed to successfully cover the invoice as well as park the invoice paid for bookkeeping.