Questions tagged [twinfield]

Twinfield is a 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.

20 questions
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
  • 2,025
  • 3
  • 20
  • 39
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…
2
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
  • 2,025
  • 3
  • 20
  • 39
1
vote
1 answer

Twinfield every SOAP request failed

Before this project I never worked with SOAP. So I followed all of the instructions from: https://wktaaeu.force.com/nlcommunity/s/article/Setting-up-OAuth-2-0-Introduction?language=en_US and used the Postman templates on that page to make SOAP…
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
  • 5
1
vote
1 answer

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
  • 666
  • 7
  • 12
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
  • 2,025
  • 3
  • 20
  • 39
0
votes
0 answers

Invalid XML Error Missing 'Type' Element when Executing API Request in Twinfield

I'm encountering an issue while attempting to execute a request on the Twinfield API. The purpose of my code is to perform a browse operation using the API, but I keep receiving an error message indicating an "Invalid XML - element 'type' missing."…
0
votes
2 answers

Postman Twinfield API request deleted transactions

I'm trying to request the deleted transactions from the twinfield api. As far as I can get from the documentation I'm making a valid request with Postman but everytime I get a return code 500 -> internal server error. I'm using the following soap…
Tjaym
  • 77
  • 7
0
votes
1 answer

Twinfield API: how to get accesstoken using postman?

I'm trying to connect to the Twinfield API. I have registered an app in the developer portal, and created a callback URI. My call looks as…
WibeMan
  • 91
  • 7
0
votes
1 answer

Simple Twinfield API request with Postman

I want to connect sales invoices with javascript/ google apps script. Therefore I want to test some things with Postman. I know, that the API works with XML and to get data you need to use the so called Browse code 100. But I am stucked with…
kim
  • 3
  • 2
0
votes
1 answer

How to find company GUID in twinfield?

string string string guid
The twinfield header soap call…
0
votes
2 answers

Twinfield Please supply a valid soap action

Twinfield SOAP XML Web service is returning the following error, Can we find the action method from wsdl ( https://api.accounting2.twinfield.com/webservices/finder.asmx?wsdl) or what action method shall I give?
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
  • 5
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…
1
2