Questions tagged [sage-one]

Sage One is the global product line of the Sage software company, targeting small businesses and covering mainly accounting and payroll. Its API allows integration with third party applications.

Questions about API requests going against https://api.sageone.com/* or https://api.columbus.sage.com/(ca|uk|us)/sageone/* should have this tag.

The official documentation can be found here:

20 questions
0
votes
0 answers

Difficulties in Sage One integration with Django (Python)

I have developed an one page application using AngularJs and Django(Python). I want to integrate Sage One Application with my application for accounting purpose(country US). I have gone through so many links and blogs in google and what I have…
amriG
  • 60
  • 10
0
votes
2 answers

Sage One API returning 500 Internal Service Error when creating Payment Invoice

I'm having an issue when creating a "Purchase Invoice" in the Sage One API. No matter what changes I make to the data being passed in, I seem to get a 500 Internal Service Error, and no detailed response that contains any meaningful information. The…
Vin B.
  • 3
  • 3
0
votes
1 answer

Error "unsupported_grant_type" when using the Sage One API

I'm using the Sage One API Php from Eddie Harrison (https://github.com/eddieharrison/sageone-api-php). I'm trying to do basic authentication with the API, however it returns the following error: string(35) "{"error":"unsupported_grant_type"} "…
mickburkejnr
  • 3,652
  • 12
  • 76
  • 109
0
votes
1 answer

Sage One API - authorization

I'm having trouble making an API call. Have got Token, Secret etc, no problem. Difficulties occur when trying to retrieve Contact information. I've tried to access the Sage Developers Forum but just get taken round in circles by the Sage sight. Here…
Cronxite
  • 1
  • 2
0
votes
2 answers

SageOne Accounts API in PHP

I have found an API class (https://github.com/eddieharrison/sageone-api-php) in PHP for the SageOne Accounts Cloud Software. I used the code found in auth.php with my apps CLIENT_ID and CLIENT_SECRET to gain an access code. I then tried this code…
CharlesF
  • 169
  • 1
  • 1
  • 11
1
2