How to send sales rep info via xero sales invoices api - xero-api

I am trying to send the sales rep info via the xero api but I dont see how to do this.
This is the api I am using
https://developer.xero.com/documentation/api/invoices

Related

Xero API - How to retrieve Payments which are awaiting approval?

The API allows me to search for Payments endpoint below with Status="AUTHORISED" but how can I search for payments which are awaiting approval?
https://api.xero.com/api.xro/2.0/Payments

Shopify Admin API - add sales channel to product

I have some products that I want to add them a sale channel using Shopify API, and not ask the user to do that manually from Shopify dashboard.
any way to do that?

Shopify API - Payments

I have been reviewing the API documentation for Shopify and am trying to figure out if the cost of an item selected from the 'Store' can be passed in a Get command back to a different website so a different website can charge for the Item along with other charges from a website ...and then once the payment goes through on the website, send a POST to shopify that the sale was complete and proceed with fulfilling the order?
Our software is newspaper software so we provide newspapers with subscriber web portals were customers can sign up and pay for a newspaper subscription.
We would like to offer the ability to add Single Sales items to what a customer purchases and we want to be able to do it in one payment transaction
I have reviewed the various Shopify API documentation but it is not clear if the API supports getting cost info and posting a successful charge back to Shopify to complete the fulfillment step. We are looking to be able to GET the cost for a selected single sale item passed to us from the Shopify API so that we can add it to the Amount we pass to the Payment Gateway we integrate with and when the payment goes through, send Shopify a success on the payment.
The ultimate goal is to have a customer make one payment that can include single sales items as well as a newspaper subscription or day pass.
You should do a POST and create an Order using the Shopify API once (at your side) are sure the payment has gone through.

Get recurring charges and fees from Yodlee API

How can i get reocurring charges and fees from Yodlee API?
Can i know which API to get the details and field name to fetch the above details from Yodlee.
And also for available credits.
Thanks in advance.
How can i get reocurring charges and fees from Yodlee API?
There is no specific API to return these data points. You will have to look at the transactions and identify these.
And also for available credits.
This value will be present in the account level or statement level information retrieved from this Data service for a card account.

Invoice API: How to get payment fee?

I am currently using the PayPal Invoice API to create, send, and get status of PayPal invoices.
I am getting Sent/Paid/Error status using the GetInvoiceDetails API.
See https://developer.paypal.com/docs/classic/api/invoicing/GetInvoiceDetails_API_Operation/
I am attempting to get the PayPal fee charged from a Paid invoice, but I cannot find it anywhere in the documentation.
How can I get the PayPal fee from a paid invoice using the Invoice API?
Regarding your query, Once you get the PaypalPaymentid in GetInvoiceDetails API call then you can make a further API call ( GetTransactionDetails) with that transaction id . This will give you the fee details charged for that invoice. I have tried at my end and it worked for me and should work for you as well.