QuickBooks Online API v3 - Refund Receipt supported? - quickbooks

Does QuickBooks Online v3 API support Refund Receipts documents?
I was expecting that an entity named RefundReceipt (or similar) existed.
However I can't find any way of retrieving or creating Refund Receipts through the API.
Thank you

No. This is on the roadmap for a future release, but it is unknown at this time when it will happen.

According to Intuit, it was supposed to be available as of "the end of February (2014)". It's not in the system yet. Source: Refund Receipt on QuickBooks v3 API

Related

quick book payment integration

I am trying to integrate quick book to send and receive payments. But I don't find any api for payout(To send money to others). Also I don't find any api to get bank transactions associated with quick book. Client has quick book software but want to fetch transaction in other software. Any info regarding please let me know thanks.
QuickBooks does not have any APIs to send payouts. This is not something that QuickBooks / Intuit Payments supports.
The Intuit Payments APIs for taking payments (not sending payouts) are documented here:
https://developer.intuit.com/app/developer/qbpayments/docs/api/resources/all-entities/bankaccounts

Does the Intuit REST API support reading bank transactions from QBO?

Does the Intuit REST API support reading bank transactions from QBO? I have checked the API explorer and documentation but cannot see anything that points to retrieving bank transactions.
Bank Transactions is not supported as of now, but is planned for a future release but I do not have the dates for that.

Sending Payments via QBO API

Is it possible to send payments via Quickbooks Online API?
We are looking to basically initiate a ACH transfer from the QBO Client's bank account to another account, not just record a transaction.
Is this possible? If so via which API / Method? I have been looking all over the QB Documentation and can't find a clear answer. Support calls say it's possible but don't give any direction where to get stated.
I have already registered as a developer, created an app and have been able to implement authorization and tokens and manipulate basic QBO Data, jsut need to figure out where or how to send payments if possible.
Is it possible to send payments via Quickbooks Online API?
No.

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.

How to find QuickBooks Sales Receipt by DocNumber?

I am using Intuit QuickBooks desktop version, I wanted to find Sales Receipt in QuickBooks by Doc Number property of Sales Receipt, Is there any way to find.
Currently I have only one way like fetching all Sales Receipts and find into that but as it take time to fetch large amount of data.
Is there any way to find QuickBooks Sales Receipt by DocNumber?
Thanks,
Reshma D.
The APIs that Intuit provides via IPP do not support querying by DocNumber. See the "Filtering" section of the docs for sales receipts for fields you can filter by:
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0500_quickbooks_windows/0600_object_reference/salesreceipt

Resources