Questions tagged [twinfield]

Twinfield is an cloud-based accounting package typically used in the Netherlands and several other countries. Use this tag for questions about the use of the SOAP APIs of Twinfield. For product use questions use Super User.

Twinfield is an cloud-based accounting package typically used in the Netherlands and several other countries. Use this tag for questions about the use of the SOAP APIs of Twinfield. For product use questions use Super User.

Questions should include relevant steps to reproduce the problem. Also include appropriate tag(s) for the programming language you are using, like or .

For product use questions use Super User.

13 questions
3
votes
2 answers

"Invalid_grant" response when use Twinfield Openid Oauth connect

This is the library which I used https://github.com/php-twinfield/ It's an issue when I call the Oauth login. I have completed almost APIs with username and password but client wants it with Oauth. I think there is a problem in redirectUri. When I…
Anand Pandey
  • 1,920
  • 3
  • 16
  • 37
3
votes
0 answers

Twinfield gives error when I tried to create new invoice

I want to create an invoice to third party invoice software i.e. twinfield from API. I give all the param according to its library and doc and call from API but it will give error. { "success": false, "error": "Item code not found., The…
Anand Pandey
  • 1,920
  • 3
  • 16
  • 37
3
votes
2 answers

Exact Online import GLTransactions with automatic reconciliation

I am using our query tool to generate XML files for the topic GLTransactions of the XML API of Exact Online. The input for these files are XML Audit Files coming from Twinfield (XAF 3.1 format). Since Exact Online has a mixed ledger and lots of…
1
vote
1 answer

Invalid_grant after page reload Twinfield

I am currently trying to setup the Twinfield API. I believe I am almost there, almost... I managed to retrieve an accessToken and a refreshToken, but somehow this works only on the first page load. After reloading the page I get the 'invalid_grant'…
Tom Roskam
  • 23
  • 4
1
vote
1 answer

How to get value from the given object response from Twinfield in Laravel/Lumen?

This is the response when I call the login method from twinfield API. It given the session id and cluster namespace, but the problem is how to get the value from it. $customerApiConnector = new…
Anand Pandey
  • 1,920
  • 3
  • 16
  • 37
0
votes
1 answer

Twinfield API OAuth2.0 getaccessToken php-twinfield/twinfield

I am currently trying to setup the Twinfield API, it should be pretty straight forward when using the php-twinfield/twinfield library. But there is one thing I don't fully understand. Here is my code: $provider = new OAuthProvider([ …
Tom Roskam
  • 23
  • 4
0
votes
1 answer

API call switching to Oauth 2.0 with openid

I used to query my financial data through Power Query in Power BI. Recently I've switched to doing it through a python script running on Google Cloud functions, triggered by Cloud Scheduler. (is this the best way?) It saves a csv file to…
0
votes
0 answers

Twinfield do you need sessions if using oAuth?

I’m updating a third party app that currently integrates with Twinfield using the session’s method with username and password to use the oAuth method. In confused by the documentation though... do I still need to use the sessions or when using oAuth…
StuartMc
  • 606
  • 7
  • 11
0
votes
0 answers

Python API call not writing to file

In the past, I used the Power Query Editor in PowerBI to request a sessionID and then use that query to query an API. However, this dependency does not work with PowerBI Service. So now I'm trying to do the API call externally via Python. I can get…
0
votes
0 answers

Automation of Twinfield add in execution in Excel preferably using Python libraries

I have been trying to automate the process of executing the "Twinfield Analysis" add-in in Excel for quite some time. The challenge I face is that this add-in is needed to be clicked and login details need to be entered every time I reopen the excel…
0
votes
1 answer

Using XML with REST API through Azure Datafactory V2

I need to connect with a webservice through a REST API, get data and insert that data in a Azure SQL Database. We are using Apache Airflow for that but our engineer is leaving. Finding a replacement has proven to be very hard. Programming skills…
Henrov
  • 1,493
  • 1
  • 17
  • 45
0
votes
1 answer

Using the Browse option

I'm writing an application for Twinfield. I login to an account with 4 administrations in it. I would like to retrieve all information belonging to not payed invoices. With the search opttion I get al open invoices for a certain office. string[][]…
0
votes
1 answer

twinfield API integration with laravel

Twinfield is an online financial accounting software package for small and medium enterprises, produced and maintained by Twinfield International, based in The Netherlands. It is used by over 15,000 subscribers in 20 countries. I want to integrate…
user8363250