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
5
votes
2 answers

Sage One API - unsupported_grant_type

I am trying to obtain an access token for Sage One API by following the docs using Guzzle(v6) / Laravel 5.2 (Laravel's involvement is irrelevant for this question), it is stuck at the "request access token" stage. The error Client error: `POST…
ggdx
  • 3,024
  • 4
  • 32
  • 48
2
votes
0 answers

Sage One Api error while requesting through php

I am using https://github.com/eddieharrison/sageone-api-php for connecting to Sage one. The problem is after accessing the token key when i use the service like say get-ledger-accounts.php with the current access token that i get from sage page…
1
vote
1 answer

Getting error "email already in use" while requesting for authorization code in sageone API

I am trying to get access token for granting my sageone api request but before that I need to get the authorization code. But when I am trying to get one I got an error on my callback url that "email is already in use" here is the request url …
Harish Kumar
  • 927
  • 3
  • 20
  • 46
1
vote
1 answer

Sage Accounting API UnexpectedError

I am trying to create a Sales Invoice through Sage Accounting API calls (its documentation can be found here: https://developer.sage.com/api/accounting/api/) To make my code clearer I have created a class that helps me make those calls…
1
vote
1 answer

Unable to Post an invoice to Sage One via API 422 Error

I am able to authenticate against the SAGE ONE API and also able to retrieve data from the API however I am now trying to post a simple invoice however keep getting a 422 error. Is there something obvious I am missing? I have double checked the…
1
vote
1 answer

Has anyone integrated Sage One with django framework?

I wanted to integrate Sage One with my django application. But, from https://developers.sageone.com/ I got to know that it supports only C#, Java, PHP and Ruby. Did anyone integrated "Sage One" with django framework? Any suggestions?
user7236255
1
vote
1 answer

Which SageOne API country to choose?

I work on a SageOne Api application for France based companies. When I take a look at the SageOne documentation it appears that there are different requirements depending on the country. However I cannot find an API documentation for France only.…
1
vote
2 answers

Sage One API Error

I am using the SageOne API PHP Library. It works fine, but I get an error if I try to use get or post. The error is, Only variables should be passed by reference sage.api.php on line 130 My get request code is $client = new SageOne(SAGE_CLIENT_ID,…
arcronis
  • 61
  • 1
  • 7
0
votes
1 answer

.NET (C#) Deserializing a JSON API response to return a list of a custom type

I am making a request to the following endpoint: https://resellers.accounting.sageone.co.za/api/2.0.0/Help/Api/GET-SalesOrder-Get_includeDetail_includeCustomerDetails I have a model called SalesOrder.cs and a service called SalesOrderService.cs…
Derek C
  • 323
  • 3
  • 13
0
votes
0 answers

Cypress testing Sage Authentication process

I'm attempting to test the Sage Authentication process with Cypress, but I am encountering this error after I login with my correct login details. Is there a way to fix this or is there an alternative someone can suggest? Thank you and have a nice…
0
votes
1 answer

PHP Laravel Sage One API says invoice lines are required when they are there and not empty

I am currently integrating an application with the Sage One API and am having a problem. The API says that invoice lines may not be empty, but the data is there. What am I doing wrong? Here is my method of getting the line items: $lineItems = []; …
Mike
  • 67
  • 1
  • 7
0
votes
2 answers

SageOne refresh token api error - DataParsingError

I am facing the strange issue, same code that we implemented is working fine on one system but giving issue on another system. Getting this error - {"$severity":"error","$dataCode":"DataParsingError","$message":"The data you sent could not be…
Pritika
  • 296
  • 1
  • 17
0
votes
1 answer

PHP Sage One Accounting API

I am trying to add a sales invoice through Sage Accounting API calls. However, I keep getting the same error and I cannot find the cause. Request details: Params: { "sales_invoice": { "contact_id": "2d06dde3927744f09c60557aae2d1f10", "date":…
0
votes
1 answer

Sage Accounting automatization process

I am currently working for an online market. Once a customer completes an order, I want to transfer that order into Sage Accounting using Sage API calls. Here is how I have thought about implementing this process: Customer sends an order A script…
0
votes
1 answer

Sage 100 ERP setup on windows server machine

We have purchased Sage 100 partner account. I have also set up Sage ERP 100 on windows server 2016. But, I am stuck at the following points. Where to add business How to set up web services and access REST APIs How I will make server…
Sarwan Kumar
  • 1,283
  • 9
  • 24
1
2