QuickBooksRefund Receipts

QuickBooks Refund Receipts API

Sync permissioned refund receipts data with QuickBooks through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Refunds (API: refunds)

Supported Operations for QuickBooks Refund Receipts

Full CRUD support available through our unified API

list
get
create
update
delete

Supported Fields

28 fields

Fields available for QuickBooks Refund Receipts

idnumbercustomercurrencycurrency_ratetax_inclusivetotal_amounttotal_taxrefund_datestatuspayment_methodpayment_method_referencepayment_method_idaccountline_items+13 more

API Model Preview

Sample response structure for refund receipts

{
  "id": "12345",
  "number": 10,
  "customer": {
    "id": "12345",
    "display_id": "CUST-001",
    "display_name": "Acme Corp",
    "company_name": "Acme Corporation"
  },
  "currency": "USD",
  "currency_rate": 100,
  "tax_inclusive": "string",
  "total_amount": 100,
  "total_tax": 100,
  "refund_date": "2024-01-15",
  "status": "active",
  "payment_method": "string",
  "payment_method_reference": "string",
  "payment_method_id": "12345",
  "account": {
    "id": "12345"
  },
  "line_items
  ...

Quick Start Example

Start syncing QuickBooks refund receipts in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List refund receipts from QuickBooks
const result = await apideck.accounting.refunds.list({
  serviceId: 'quickbooks'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified refund receipts data
Related Data Models

Other QuickBooks Data You Can Sync

Explore more QuickBooks resources available through Apideck's unified API

QuickBooks SDKs

Build QuickBooks integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Get started for free