Jump to content

Team Paul

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Team Paul

  1. I am creating Sales_Invoices using api endpoint, in that we need Goods & Services if user is outside of EU region. I need to list of all Goods & Services Using API endpoint. Please Help on this.
  2. Hi, Is there any Sandbox environment where we can test sage accounting integration before going live. Please help to use sandbox environment.
  3. Hello Mark, Thanks for your reply. I have to integrate sage accounting into my application with the below features: 1. Get a List of all sales invoices like the Sage portal. 2. We can create a new sales invoice and send it to a customer using the sage API. 3. We can see details of each invoice Currently, I am using sage accounting endpoints. but as we see there is some limitation. Is there any asp.net SDK for this? As we are using. Net core 3.1 for the backend. Also is there a way to send invoices to the customer while creating new sales invoices using the post method of https://api.accounting.sage.com/v3.1/sales_invoices endpoint? We set Sent=true, it is only updating this status but not sending any emails to customers.
  4. Hello Team, I am using 'https://api.accounting.sage.com/v3.1/sales_invoices' this endpoint to get all sales invoices list, But API is not getting all details. It is only returning collection in this format {"id": "XXXXXXXX", displayed_as": "SI-",$path": "/sales_invoices/586117de375711e8b45c025132dab352"}. We need the same response as given in below URL: https://developer.sage.com/accounting/reference/invoicing-sales/#tag/Sales-Invoices/operation/getSalesInvoices How can we get full data as suggested in the API guideline?
  5. Hi Mark, We are not getting a full response from the sales_Invoices endpoint. It only got only 3 properties Id, Path & Displayed_as. How do we get all properties of the sales_invoices listing?
  6. I am using 'https://api.accounting.sage.com/v3.1/sales_invoices' this endpoint to get all sales invoices list, But API is not getting all details. It is only returning collection in this format {"id": "XXXXXXXX", displayed_as": "SI-",$path": "/sales_invoices/586117de375711e8b45c025132dab352"}. How can we get all data as suggested in the API guideline.
  7. Hi Mark, I am unable to get a response from Filter while ladger_accounts endpoint. https://api.accounting.sage.com/v3.1/ledger_accounts?ledger_account_type_id="SALES". It is not filter larger account only for sale, etc.
  8. Hi, We have developed a web application for our customers. We need to integrate the sage accounting Features like Invoices, Create Invoices, send Payment links, etc. Is there any asp.net core SDK or Way to integrate into our project using Asp.net core?
  9. Hi, {"$severity":"error","$dataCode":"DataParsingError","$message":"The data you sent could not be processed.","$source":"Proxy"} I am getting this error
  10. I am trying to get an access token from the C# code. I have used a sample project given on GitHub - Sage/sageone_api_csharp_sample: Sage One API - C# Sample. Getting a remote failure has occurred: The oauth state was missing or invalid. error. Thanks in advance.
  11. Hello Mark, Could you please assist in fixing the "A remote failure has occurred: The oauth state was missing or invalid." error? This error is getting while trying to generate a token from the C# code sample given at GitHub - Sage/sageone_api_csharp_sample: Sage One API - C# Sample.
  12. Hi Mark, Please see below Details: Auth URL: https://www.sageone.com/oauth2/auth/central?filter=apiv3.1 Access Token URL: https://oauth.accounting.sage.com/token CallBack URL: https://https://localhost:44389/auth/callback
  13. Hi mark, business owners email address and password is also not working. we are getting issue . please see screen attached. Login eror.pdf
  14. Hi Mark, I am using same email which i have used to Create Developer account .i.e. [email protected].
  15. Hi, I am trying to receive an access token for using the Sage Business Cloud Accounting API. I'm using Postman as per the guide: https://developer.sage.com/accounting/guides/authenticating/postman/. The login screen loads the first time and I click my region (UK), the page reloads with "Internal Server Error". Every attempt after that loads the same error page. I'm using: https://www.sageone.com/oauth2/auth for the auth url, and https://oauth.accounting.sage.com/token for the Access Token Url. All other details are as per the guide and my App details page. Thank you!
  16. Why i am not getting my access token . I am setting up sage account to access Sage APi's. I have followed all steps as suggested in developer Guide. When click on Generate token button from Postman will redirected to sage login page and I have entered correct email & password , it is saying wrong email or password.
×
×
  • Create New...