Watch Goldman Sachs, Nacha, and Modern Treasury discuss the future of embedded payments.Watch the webinar.
Integrate with Xero API
Modern Treasuryβs powerful REST API is the easiest way to integrate Xero 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 Xero account.
Connect your Xero account
Connect directly to your Xero ledger(s) using Modern Treasury's RESTful APIs. All Xero 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.
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"
}]
}]
}'