Customer (AR) payment reconciliation
Customer (AR) payment reconciliation
Customer (AR) payment reconciliation
Your user authorizes your application to access their accounting service (e.g., QuickBooks Online, NetSuite) via an OAuth or similar authorization flow through Merge Link.
The following steps will cover the business logic you will need to configure in your backend to interact with Merge’s Unified API. “Settings” data refers to all information related to customers, accounts, items, and tracking categories. To do this, we will access four endpoints:
classification and parent_account fields to compile account types and hierarchy!Retrieve all invoices for all customers:
type query param = ACCOUNTS_RECEIVABLE to filter to only AR invoices.balance and status fields to find invoices that are not fully paid.Based on the reconciliation process that occurs within your platform, you’ll programmatically create payments and/or invoices.