Notch

Notch is an accounts-receivable and accounts-payable automation platform purpose-built for the food and beverage and wholesale distribution industry. It automates invoicing, payment collection, payment processing, and reconciliation, with branded customer payment portals, autopay, and dual-sync accounting / ERP integrations (QuickBooks, NetSuite, Xero, Microsoft Dynamics 365). Notch describes having an API available for integration, but does not publish a public developer reference; the API surfaces modeled here are derived from documented product capabilities and are not reconciled against an official specification.

6 APIs 0 Features
Accounts ReceivableAccounts PayableB2B PaymentsInvoicingFinTech

APIs

Notch Invoices API

Capability area covering creation, retrieval, and management of invoices and outstanding bills that customers can view and pay. Notch syncs invoice and collections data to conne...

Notch Payments API

Capability area covering payment collection, processing, autopay / scheduled pull payments, and reconciliation against invoices. Supports card and EFT/ACH payment rails per the ...

Notch Customers API

Capability area covering customer records that own invoices, payment methods, and portal access for branded self-serve payment. No public endpoint reference is documented by Not...

Notch Payment Methods API

Capability area covering stored customer payment methods - credit cards (Visa, Mastercard, Amex) and EFT/ACH - held in PCI-compliant infrastructure and used for autopay. No publ...

Notch Bank Accounts API

Capability area covering bank accounts used for EFT/ACH electronic fund transfers in payment collection and disbursement. No public endpoint reference is documented by Notch; mo...

Notch Webhooks API

Capability area covering event notifications and one-way / two-way data sync that keep connected accounting and ERP systems updated with paid bills, outstanding invoices, and co...

Collections

Pricing Plans

Rate Limits

Notch Financial Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Notch API (unreconciled capability model)
  version: 0.0.0-unreconciled
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Invoices
    type: folder
  items:
  - info:
      name: List invoices
      type: http
    http:
      method: GET
      url: https://api.notch.financial/invoices
    docs: List invoices / outstanding bills. Unreconciled capability model.
  - info:
      name: Create invoice
      type: http
    http:
      method: POST
      url: https://api.notch.financial/invoices
      body:
        type: json
        data: '{}'
    docs: Create an invoice. Unreconciled capability model.
  - info:
      name: Get invoice
      type: http
    http:
      method: GET
      url: https://api.notch.financial/invoices/:invoiceId
      params:
      - name: invoiceId
        value: ''
        type: path
        description: The ID of the invoice to retrieve.
    docs: Retrieve an invoice. Unreconciled capability model.
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: List payments
      type: http
    http:
      method: GET
      url: https://api.notch.financial/payments
    docs: List payments. Unreconciled capability model.
  - info:
      name: Create payment
      type: http
    http:
      method: POST
      url: https://api.notch.financial/payments
      body:
        type: json
        data: '{}'
    docs: Collect or record a payment. Unreconciled capability model.
  - info:
      name: Get payment
      type: http
    http:
      method: GET
      url: https://api.notch.financial/payments/:paymentId
      params:
      - name: paymentId
        value: ''
        type: path
        description: The ID of the payment to retrieve.
    docs: Retrieve a payment. Unreconciled capability model.
- info:
    name: Customers
    type: folder
  items:
  - info:
      name: List customers
      type: http
    http:
      method: GET
      url: https://api.notch.financial/customers
    docs: List customers. Unreconciled capability model.
  - info:
      name: Create customer
      type: http
    http:
      method: POST
      url: https://api.notch.financial/customers
      body:
        type: json
        data: '{}'
    docs: Create a customer. Unreconciled capability model.
  - info:
      name: Get customer
      type: http
    http:
      method: GET
      url: https://api.notch.financial/customers/:customerId
      params:
      - name: customerId
        value: ''
        type: path
        description: The ID of the customer to retrieve.
    docs: Retrieve a customer. Unreconciled capability model.
- info:
    name: Payment Methods
    type: folder
  items:
  - info:
      name: List payment methods
      type: http
    http:
      method: GET
      url: https://api.notch.financial/payment-methods
    docs: List stored payment methods (cards, EFT/ACH). Unreconciled capability model.
  - info:
      name: Create payment method
      type: http
    http:
      method: POST
      url: https://api.notch.financial/payment-methods
      body:
        type: json
        data: '{}'
    docs: Store a payment method. Unreconciled capability model.
- info:
    name: Bank Accounts
    type: folder
  items:
  - info:
      name: List bank accounts
      type: http
    http:
      method: GET
      url: https://api.notch.financial/bank-accounts
    docs: List bank accounts for EFT/ACH. Unreconciled capability model.
  - info:
      name: Create bank account
      type: http
    http:
      method: POST
      url: https://api.notch.financial/bank-accounts
      body:
        type: json
        data: '{}'
    docs: Add a bank account for EFT/ACH. Unreconciled capability model.
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List webhooks
      type: http
    http:
      method: GET
      url: https://api.notch.financial/webhooks
    docs: List webhook subscriptions. Unreconciled capability model.
  - info:
      name: Create webhook
      type: http
    http:
      method: POST
      url: https://api.notch.financial/webhooks
      body:
        type: json
        data: '{}'
    docs: Create a webhook subscription. Unreconciled capability model.
bundled: true