QBO API - Transactions with out payee - quickbooks

Is there way to get all the transactions with out Payee using QBO api?

Related

Xero Invoice API

I need to sync invoice from my application to xero portal for that i had used invoice api which provided by Xero.
Invoice API URL : https://api.xero.com/api.xro/2.0/Invoices
In xero invoice api tax and discount parameter available for lineitem (invoice item), but no option of tax and discount for order so, my application'invoice have tax and discount on full order.
can anyone help me how can i sync tax and discount on full order in xero invoice api ?
For reference i have attached xero invoice api parameter image.

Pricing for the SubscribedSkus in Microsoft Graph

Is there any way for getting the Pricing for the SubscribedSkus in Microsoft Graph Api ,Like Billing Details how much a seat cost and date of the subscription took place.
I tried with Azure rest api but giving the Azure billing details but needed for the o365 billing Details like the plans we took while purchasing it
A bill is associated with the Azure subscription of the Azure Synapse or Azure Data Factory you are using. The price in this new billing model is based on the number of Microsoft Graph objects that you are accessing. For more information about billing : https://azure.microsoft.com/en-us/pricing/details/graph-data-connect/

How to refund the payment using Paypal in ios?

I am using paypal native sdk , in this there is no concept of refund payment. For this do we need REST API's? If we use REST API's then we need to get transaction id. How can we achieve this?
Thanks , Suggestions are really appreciated.
It has to be implemented with your server-side APIs (PayPal REST API - Refund a Sale).
A payment ID will be returned in the JSON response when your app makes a successful payment with a PayPal Mobile SDK.
Your app communicates with your server and sends the ID to your server
Your server can store the payment id value in a database, and look up the payment resource with a GET request to the payment uri, this is also to verify the mobile payment (by checking serveral fields in the response)
The JSON response will contain a Sale object in related_resources, with "state": "completed", obtain the sale id, which will be used in the refund call
Make the refund API call, with the sale id from step#4
Reference links:
Verify a mobile payment
Refund API reference

How to record a refund in QuickBooks Online using the api?

I was looking through the API reference, and I didn't see anything that looked like the Refund Receipt used in QBO to represent a refunded transaction. Is it called something else in the api or is there a different way to record a refund? Will support for this become availbable in v3?
I think you are looking for credit memo entity in V2 and V3.For QBO V2, it is not supported.
For QBD V2, credit memo is supported:
https://developer.intuit.com/docs/95_legacy/qbd_v2/qbd_v2_reference
For QBD V3 services, it is supported:
https://developer.intuit.com/docs/95_legacy/qbd_v3/qbd_v3_reference/030_entity_services_reference
For QBO V3 services, it is supported.
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services
Please note that v2 qbo, v2 and v3 qbd are deprecated.

Intuit PaymentNetwork metadata for invoice payment page

QuickBooks Online offers the option to enable payments for invoice using the Intuit PaymentNetwork. Having signed up for Intuit PaymentNetwork, the option appears on the QBO invoice edit page. If checked, emailed invoices will include a secret URL taking the customer to a page where they can pay the invoice.
Is it possible to reconstruct this URL from information provided through the IPP DataServices API?
No, this URL is not available through the IDS API's.

Resources