Introduction
API endpoints
Get Started
Base API Url is https://api.finup.io/
All API keys, links, logos, IDs are not real and are provided for example.
Authentication
Create Invoice and Delete Invoice endpoint are authenticated using API keys
and picked up from headers.
Examples
Here are some quick examples to show you how easy it is to use out API:
Create new invoice example
Learn more about creating invoices here.
createInvoice.js
Get invoice example
Learn more about getting invoices here.
getInvoice.js
Auto Redirect
Learn more about auto redirect here.