Join us for a live discussion on recent bank failures and the importance of resilient payment systems.Learn more
Integrate with NetSuite API
Modern Treasuryβs powerful REST API is the easiest way to integrate NetSuite with your application for payments, reconciliation and reporting.
Connect. Move. Track. Automate. Β
Modern Treasury is the fastest and easiest way to manage payments at scale with your NetSuite account.
Connect your NetSuite account
Connect directly to your NetSuite ledger(s) using Modern Treasury's RESTful APIs. All NetSuite APIs and endpoints supported.
Move money faster and easier
Send and receive payments through ACH, Wire, Check, and more through Modern Treasury's web app or APIs, then automatically sync all data to your general ledger.
Track payments with tight controls and better visibility
Create approval rules and trigger webhooks to control your payments, then track their status in real time, from a single transaction to flows spanning your entire business.
Automate and scale smoothly
Scale your payment operations by automating the entire lifecycle of money movement, from initiation, through automatic reconciliation, to end of month accounting.
Modern Treasury is a software layer on top of your bank account.
With our APIs you can:
curl --request POST \
-u ORGANIZATION_ID:API_KEY \
--url https://app.moderntreasury.com/api/counterparties \
-H 'Content-Type: application/json' \
-d '{
"name": "Kenner, Bach & Ledeen",
"accounts": [{
"account_type": "checking",
"routing_details": [{
"routing_number_type": "aba",
"routing_number": "026009593"
}],
"account_details": [{
"account_number": "123456789"
}]
}]
}'