This guide is for tech-savvy backend developers who know how to use an API. No frontend experience is needed.
Summaryβ
π― With our demo app, you will go through the invoice financing process flow, from establishing a connection with a borrower's accounting platform to issuing a decision on selected invoices. You will see how Codat makes it easier for the borrower to raise capital against the amounts due from customers, and for the lender to make an invoice financing decision.
β³ Estimated time to complete: 15-25 minutes
π οΈ The demo project is implemented in .NET 7.0 as a backend API. You can configure and run the demo app in the terminal, or use your preferred IDE or code editor.
βοΈ Delve into the demo app to...β
- Establish a connection with our test accounting platform
- Pull invoice data required for the financing assessment
- Check the invoices' eligibility based on a set of criteria we defined in the app
- Issue a decision on eligible invoices
β This guide does not cover...β
- Building any application form or dashboard UIs
- Carrying out due diligence checks on the borrower
- Instructions on how to build your own invoice financing product
About the demo appβ
The app's codebase is available via our GitHub repo. Clone it locally to try out the application.
The codebase uses Codat's Lending API product to make an invoice financing decision. We will walk you through the setup in the Portal and the code when setting up the demo app.
Why we use Lending APIβ
The demo app relies on Codat's Lending API product, which simplifies the following aspects of invoice financing:
Invoice collection
We remove the manual effort of uploading and extracting invoice data with our accounting platform integrations, saving your teamβs time and effort and providing the borrower with a better digital experience.
Risk assessment
Our accounting platform integrations give you real-time insight into the financial health of a business and its customers, allowing you to make better invoice financing decisions.
Read nextβ
Now that you know the focus and purpose of our demo app and its guide, you can: