18 May 2026
📢 Announcements
Developers!
We are writing to announce two API deprecations, both of which will be removed by June 18, 2026:
- A small removal of the account.balances field → you should be using account.balancesV2 going forward. More information on this can be found here.
- Deprecating Organization Verifications in favor of Compliance Reviews (see more on that below)
We wanted to reach out to let you know that our organization verification KYC onboarding endpoints (this and this) are now deprecated. We have released new Compliance Review endpoints for general access and ask that you transition over to this flow as soon as possible.
Compliance Reviews get you:
- Pre-submission validations applied to attestation submission so you and your user can catch user-input problems before submitting to our compliance team, avoiding unnecessary back and forth after submission.
- Pave the way for what we are calling “Programmatic RFIs” — this API will soon faciliate the back and forth between our compliance team and you/your users, so no one needs to rely on pesky emails
When do I need to transition by?
We will be shutting off the legacy organization verification endpoint EOD on June 17, 2026, so all requests made to this endpoint will fail as of June 18, 2026.
How do I migrate to Compliance Reviews?
The new migration guides for using the new flow can be found here
Where can I find more information on Compliance Reviews?
You can find everything you need regarding Compliance Reviews as a concept here
Please reach out to [email protected] if you have any questions!
⚠️ Deprecations
- Legacy Business Verification flow is deprecated, will be removed by June 18 — you can see old documentation here. You should be using Compliance Reviews
- Reminder: In the Accounts API,
accountDetails.balancesis now deprecated in favor ofbalancesV2. This new field can support both fiat and blockchain based balances- Target removal date: June 18, 2026
- June 18, 2026
🚀 New APIs
- Compliance Reviews are now GA! See walkthrough on how to get your organizations approved and ready for production usage — Compliance Review Guide
- Compliance Review API now Generally Available! Compliance Reviews are your new entry point for organization compliance onboarding. API Reference
- Associated Persons API now Generally Available! Associated Persons contain the compliance information for beneficial owners and control persons required for Business Compliance Reviews. API Reference
- Documents API now Generally Available! The Documents API is used to generate pre-signed upload URLs and document IDs used in the Attestations for Compliance Reviews. API Reference
- Business Compliance Reviews — the
INTERNATIONAL_STANDARDcompliance tier has been renamed toFULL. Please update any integration that references theINTERNATIONAL_STANDARDtier value
- New sandbox endpoint to bypass compliance review for testing:
POST/api/sandbox/simulate/complianceReview. Approves a test organization through compliance in staging so you can iterate on downstream flows without waiting for review.
🌐 New Routes
- USD wire and ACH payouts directly from USD fiat balances — previously USD fiat balances could only pay out to blockchain destinations. You can now send wire/ACH payouts directly from a USD fiat balance.
- Inbound USDC on Solana — your Mural Accounts can now receive USDC deposits on Solana, in addition to the existing supported chains.
⭐ Enhancements
- Compliance Reviews —
individualTaxInfois now its own attestation. - Compliance Reviews —
nationalityis now optional on the KYC Light attestation. - USD Payin methods in the Accounts API — the DBA ("doing business as") name is now used as the beneficiary on the payin method when set, falling back to the legal name otherwise.
🐛 Bug Fixes
- Ramp-fee input validation now returns
400instead of500for invalid input. - Improved post-fee minimum enforcement and terminal-failure handling on payout and deposit flows
- Sandbox — simulated WIRE payins now include an IMAD so
senderMetadatarenders correctly