How to get cash summary report using Xero API - xero-api

I have noticed a general trend that most of the helpful information is not available to pull from the Xero API (eg cash summary or import bank statement lines).
What I don't understand is how is that g-accon (https://www.g-accon.com/) is able to provide these reports if it is not available through the API? what am I missing?
I have developed a google apps script to get the trial balance from Xero so that I can build the balance sheet and P&L. The next step was the cash summary report but given the limitations above it seems like it is not possible (at least for my level of knowledge)?
Any help would be much appreciated.
I have looked at the API documentation, API explorer and xero.uservoice.com all of which point to not be being able to use API to get cash summary report or bank statement lines...

Related

Accessing Amazon Pay Transaction Report via API

I am currently trying to create a report of all amazon pay transactions. All data I need is included the "Amazon Pay Transaction Reports" which can be generated for a desired time period in the sellercentral interface. The report can then be downloaded as a CSV.
The amazon API documentation makes it seem like there is also the option to create and access this report programatically. (https://developer.amazon.com/docs/amazon-pay-checkout/set-up-reports.html)
Unfortunately the link in the documentation for further details seems to be broken.
Does anyone know how to access this endpoint or whether there is any other way to get the data for all transactions within given time period?
I was also looking at the other endpoints but unfortunately it seems like it is not possible to query multiple charges at the same time but only by a specific chargeId.
the documentation link in that page should be corrected, but you can also access the Reporting API Integration Guide here.

Is there a way to action a trade in MetaTrader upon receiving data from an api?

I was just wondering if it was at all possible to execute/action a trade on the MetaTrader platform upon receiving a signal or response from an api.
If someone could just point me to some documentation or even assess the feasibility of this for me, I would be extremely grateful as I cant seem to find any relevant to the topic.
You can try MetaApi https://metaapi.cloud cloud service which provides REST API and WebSocket API access to both MetaTrader 4 and MetaTrader 5 accounts.
Official REST API documentation: https://metaapi.cloud/docs/client
SDKs: https://metaapi.cloud/sdks (javascript, python and Java SDKs are provided as per April 2021)
It supports reading account information, positions, orders, trade history, receiving quotes, and accessing market data.
The service also provides copy trading API https://metaapi.cloud/docs/copyfactory and API to calculate forex trading metrics on a MetaTrader account https://metaapi.cloud/docs/metastats.
In regards to your use case you can use two methods to achieve the desired behaviour. First is to use MetaApi trade API and second is to use CopyFactory signal API. Both of these are available as REST API and via official javascript and python SDKs.
according to
https://metaapi.cloud/docs/client/
under "Features" section,
"... read historical market data..."
under "Current level of MetaTrader feature support" section,
"... At this point we have good coverage of MetaTrader features except retrieving historical market data."
under "Feature limitations depending on offering type" section,
"... historical market data is available for G1 and MT4 G2 only..."
can help to understand better whether data retrievals are supported?

Xero API: Issues with pulling unrealized gain and loss over webservice

We are currently having a difference when loading data via Webservice / Rest from Xero to our own software:LucaNet and it is specifically from unrealized / realized gain and losses from Foreign currency. The reason being is that those values are being calculated by xero but not being posted as a transaction while we are pulling transactions from Xero to LucaNet. Hence we have a few differences in the Balance Sheet and PnL on some GL Accounts. Specifically Bank Accounts and PnL accounts for unrealized gain / losses.
Does anyone have an idea on that?
Help would be much appreciated.
BR
Andy
this issue sounds best answered by diving into the specific data of a request. The best forum for that is likely the Xero API tech support team.
You can start a case by emailing api#xero.com - include your client id and formatted data related to the discrepancy.

Google Pay - What is the payment scenario to get it cash

I'm planning for my new application, and its contain payment method, after research on google, im found google pay will be better one.
but how google pay will deducts the amount from the user and tranfer it to my bank number?
is their any proccess or third part ?
Best Regards and thanks.
Google Pay does not actually process the payment. It facilitates it by securely transmitting the user's selected payment method to a payment processor.
A list of supported payment processors can be found at https://developers.google.com/pay/api/#participating-processors.
Instructions on how to integrate with the relevant payment processors can be found by following the processor links.

Querying UPS API to find out how much they charged me for a shipment: Is it possible?

I'm working on an application that integrates with several of UPS's APIs, but there's one piece of information I can't figure out how to retrieve: how much UPS charged us to ship a package.
This information is available through the UPS web app, and I can't see in principle why it shouldn't be available programmatically. Is it?
NB: I know that you can send UPS information about the shipment and get back an estimated shipping cost, but that's not what I'm after. What I would like to retrieve is that actual shipping cost for a shipped package, specifically the "Public Charge", "Incentives", and "Net Amount" values listed on UPS invoices.
I don't believe you can actually get to the billing/invoice data from the standard ups developer kit. You can get the shipment charges, etc, at confirmation time through the shipment accept API, but it doesn't sound like that is what you are looking for. To get to billing data you have to enroll in a separate program for CSV/XML/EDI access.