Skip to main content
This document describes the data extracts for a Stuut file sync integration. These files provide Stuut the records needed to support collections workflows. You may provide these extracts as CSV or Excel files. During onboarding, Stuut will map your source columns into Stuut’s standard data model.

File list

  1. Customers
  2. Contacts
  3. Invoices
  4. Invoice PDFs
  5. Payments
  6. Payment Allocations
  7. Credit Memos
  8. Credit Memo Allocations
  9. Credit Memo PDFs
  10. GL Accounts (Chart of Accounts)
  11. Disputes

Customers

File name: YYYYMMDD_customers.csv Your customer master list. Include all active customers, plus any customers deactivated since the last file.

Contacts

File name: YYYYMMDD_contacts.csv Contacts associated with your customers. These are the people Stuut may communicate with regarding invoices, payments, and disputes.

Invoices

File name: YYYYMMDD_invoices.csv All open invoices, plus any invoices paid, voided, or otherwise closed in the last 7 days. Each row is one line item. An invoice with 5 line items appears as 5 rows sharing the same invoice-level fields. Line-Item Fields (unique per row within the same invoice):

Invoice PDFs

PDF copies of all invoices. Each file should be named using the invoice_remote_id: {invoice_remote_id}.pdf and be placed in folder pdfs.

Payments

File name: YYYYMMDD_payments.csv All payments received in the last 30 days. Each row is one payment.

Payment Allocations

File name: YYYYMMDD_payment_allocations.csv How each payment is applied to invoices. Each row links one payment to one invoice. A single payment may have multiple rows if it covers multiple invoices.

Credit Memos

File name: YYYYMMDD_credit_memos.csv All open credit memos plus any applied or voided in the last 30 days.

Credit Memo Allocations

File name: YYYYMMDD_credit_memo_allocations.csv How each credit memo has been applied to invoices. Each row links one credit memo to one invoice.

Credit Memo PDFs

PDF copies of all credit memos. Each file should be named using the credit_memo_remote_id: {credit_memo_remote_id}.pdf and be placed in folder pdfs.

GL Accounts (Chart of Accounts)

File name: YYYYMMDD_gl_accounts.csv Full chart of accounts. Allows categorization of transactions by ledger account. Send weekly (Mondays).

Disputes

File name: YYYYMMDD_disputes.csv Only required if you track disputes in your ERP and want them synced. All open disputes plus any resolved in the last 30 days.