Sep 24, 2026 · New

Native Check Processing, Plus Invoice Details and Automatic Onboarding

New

Native check processing, now built into dhango

dhango now processes checks natively, with no third-party check provider. You scan the checks, dhango sends them to the bank, and they settle through your dashboard like your other payments.

Behind the scenes

Availability: Check Bundles appears for accounts set up for native check processing. Accounts on the current check deposit flow keep it unchanged. Contact your dhango representative to switch.

Paid customers and invoices on transaction details

If your integration sends paidCustomers or paidInvoices with a pay, authorize, capture or payout request, the transaction details page now shows them:

These show on refunds and reversals as well.

Automatic onboarding (API)

Platforms can now choose automatic onboarding when creating an application session. Add an autoOnboarding object to POST /v1/applicationSessions:

"autoOnboarding": {

"backgroundChecks": ["BankAccountAndName", "TinOnly"]

}

When the applicant finishes sign-up and accepts the terms, dhango creates their account and runs the checks you selected, with no manual review. These accounts are set up to receive payouts. If you leave out autoOnboarding or send an empty list, onboarding stays manual as it is today.

Sandbox: 2026.09.24