Introduction
Overview of the Fibek CSV Integration API and how to get started.
The Fibek CSV Integration API allows you to upload structured data from your ERP system to Fibek using CSV files. This complete technical documentation guides you through integrating your ERP data via CSV files and our REST API.
Overview
The integration supports the following entities:
| Entity | Description | Dependencies |
|---|---|---|
| Customers | Clients/buyers base data | None (base entity) |
| Contacts | Contact persons for customers | Customers |
| Cost Centers | Cost allocation centers | None |
| Invoices | Accounts receivable invoices | Customers |
| Installments | Invoice payment installments | Invoices |
| Vouchers | Payment receipts/vouchers | Customers |
| Payments | Individual payments applied to invoices | Vouchers + Invoices |
Getting Started
Prerequisites
- A Fibek account with API access enabled.
- Your ERP data exported in CSV format (UTF-8 encoded).
Quick Start Steps
- Generate JWT Token - Obtain your API token from the Fibek platform.
- Prepare CSV Files - Export your ERP data following the schema specifications.
- Upload in Order - Respect entity dependencies when uploading.
- Handle Responses - Process validation results and correct errors if needed.
API Base URLs
| Environment | Base URL |
|---|---|
| Production | https://backend.fibek.co |
| Development | https://dev.backend.fibek.co |
| Local | http://localhost:3000 |