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:

EntityDescriptionDependencies
CustomersClients/buyers base dataNone (base entity)
ContactsContact persons for customersCustomers
Cost CentersCost allocation centersNone
InvoicesAccounts receivable invoicesCustomers
InstallmentsInvoice payment installmentsInvoices
VouchersPayment receipts/vouchersCustomers
PaymentsIndividual payments applied to invoicesVouchers + Invoices

Getting Started

Prerequisites

  1. A Fibek account with API access enabled.
  2. Your ERP data exported in CSV format (UTF-8 encoded).

Quick Start Steps

  1. Generate JWT Token - Obtain your API token from the Fibek platform.
  2. Prepare CSV Files - Export your ERP data following the schema specifications.
  3. Upload in Order - Respect entity dependencies when uploading.
  4. Handle Responses - Process validation results and correct errors if needed.

API Base URLs

EnvironmentBase URL
Productionhttps://backend.fibek.co
Developmenthttps://dev.backend.fibek.co
Localhttp://localhost:3000