Intuit · Schema
Payment
A Payment records a payment received from a customer. Payments can be applied to one or more outstanding invoices, or left as unapplied credit.
AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| Id | string | Unique identifier for the payment |
| SyncToken | string | Version number for optimistic locking |
| TxnDate | string | The date of the payment transaction |
| TotalAmt | number | Total amount of the payment |
| PaymentRefNum | string | Reference number for the payment (e.g., check number) |
| ExchangeRate | number | Currency exchange rate |
| Line | array | Lines indicating which invoices or credit memos this payment is applied against |
| PrivateNote | string | Private note for internal use |
| UnappliedAmt | number | Amount not yet applied to invoices |
| ProcessPayment | boolean | Whether to process the payment through the Intuit payment gateway |
| TxnSource | string | Source of the transaction |
| domain | string | |
| sparse | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Payment",
"type": "object",
"description": "A Payment records a payment received from a customer. Payments can be applied to one or more outstanding invoices, or left as unapplied credit.",
"properties": {
"Id": {
"type": "string",
"description": "Unique identifier for the payment"
},
"SyncToken": {
"type": "string",
"description": "Version number for optimistic locking"
},
"TxnDate": {
"type": "string",
"description": "The date of the payment transaction"
},
"TotalAmt": {
"type": "number",
"description": "Total amount of the payment"
},
"PaymentRefNum": {
"type": "string",
"description": "Reference number for the payment (e.g., check number)"
},
"ExchangeRate": {
"type": "number",
"description": "Currency exchange rate"
},
"Line": {
"type": "array",
"description": "Lines indicating which invoices or credit memos this payment is applied against"
},
"PrivateNote": {
"type": "string",
"description": "Private note for internal use"
},
"UnappliedAmt": {
"type": "number",
"description": "Amount not yet applied to invoices"
},
"ProcessPayment": {
"type": "boolean",
"description": "Whether to process the payment through the Intuit payment gateway"
},
"TxnSource": {
"type": "string",
"description": "Source of the transaction"
},
"domain": {
"type": "string"
},
"sparse": {
"type": "boolean"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/quickbooks-accounting-payment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.