Borga’s AccountingLink feature connects your merchant account to an external accounting provider, automatically pushing invoices, VAT data, and payment records on every transaction. Once connected, every new invoice Borga generates is synced to your accounting software without any manual intervention.Documentation Index
Fetch the complete documentation index at: https://docs.borga.is/llms.txt
Use this file to discover all available pages before exploring further.
Supported providers
Retrieve the list of providers available on your platform:Connect a provider
Start the connection
Call
POST /v1/accounting_link/connect to initiate. For OAuth providers, the response contains a redirect_url — send the merchant there to authorize access.Complete the authorization
OAuth providers: After the merchant authorizes, the provider redirects to Borga’s callback endpoint at
/v1/accounting_link/callback/{provider}. Borga exchanges the code and saves credentials automatically.Form-based providers (e.g. DK+): Skip the redirect. Post credentials directly:Configure VAT and GL account mapping
Fetch your chart of accounts and VAT codes from the connected provider:Then update your settings to map Borga’s VAT categories to the correct codes and set the default GL account:
Invoices sync automatically
From this point, every new invoice Borga generates is pushed to your accounting provider. Existing invoices are not retroactively synced.If an invoice fails to sync, you can trigger a retry from the Invoices section of the Borga dashboard by selecting the invoice and clicking Retry sync.
Check or disconnect
Retrieve your current accounting link status:AccountingLink is scoped per mode. Your test mode and live mode each have separate accounting connections. Configure them independently in the dashboard.