xero-api Questions
2
I want to integrate xero api for public application in php.
I am stuck with oauth application authorization
I have download code from github https://github.com/XeroAPI/XeroOAuth-PHP (find on xero a...
Stoa asked 8/10, 2014 at 6:33
3
I'm using Xero OAuth2.0 APIs, I am refreshing token once token is expired.
Xero Documentation
I'm storing token in JSON file so i can retrive next time.
Erorr Response:
{
"error": "invalid_grant"...
2
Solved
Going crazy trying to solve error on Node.js while trying to contact Xero API.
I've used a bunch of combinations of '.cer' and '.crt' and '.pem'.
I've followed the advice of a number of StackOver...
2
Based on the instructions here (https://developer.xero.com/documentation/webhooks/configuring-your-server) for setting up and validating the intent to receive for the Xero webhook.
The computed si...
Shophar asked 13/9, 2019 at 6:41
1
Solved
I have created custom service provider which extends XeroServiceProvide, Basically, I have multiple Xero Account and I want to change two configuration params value runtime consumer_key and consume...
Jaeger asked 13/9, 2018 at 7:7
1
I am currently trying to retrieve the account details for the list of accounts using the following API endpoint : https://api.xero.com/api.xro/2.0/Accounts.
I have the following scopes included:
...
Pentecostal asked 5/4, 2020 at 18:16
2
Solved
When porting an application that uses a settings file to an Azure Function, is it necessary to remove reliance on the file?
I want to write a function app to import data from Xero into an Azure sq...
Heartache asked 17/9, 2018 at 5:58
1
Solved
I need to setup a PHP page for receiving Webhooks - I've done many of these in the past so that is not a problem, but the API I'm working with for this project requires that my webhook verifies the...
1
Solved
I am following this wrapper
I have this error: Catchable fatal error: Argument 1 passed to XeroPHP\Models\Accounting\Invoice::setDueDate() must implement interface DateTimeInterface, string given
...
3
Solved
I'm integrating my app with Xero which requires two certificates. I uploaded them to Azure with help from this article, but I'm still unable to connect to the Xero API. I'm hoping someone has exper...
Eichler asked 29/12, 2015 at 21:4
1
© 2022 - 2024 — McMap. All rights reserved.