02 March 2026
19 days ago
šĀ Coming soon
- Named Payin Virtual Account support for new currencies in LATAM! These will appear as new
payinMethodsin the Accounts API for all Mural Accounts. If you would like to be part of our Beta release of these features, please reach out to the team at [email protected].- MXN
- BRL
- ARS
- KYC Light. We are going to be rolling out a new KYC API that also allows for uploading a minimal set of compliance information for your users (Managed Organizations). This 'KYC Light' mode will result in volume restrictions, but is a great way to get your users approved and using the infrastructure as soon as possible. If you would like to be part of our Beta release of this feature, please reach out to the team at [email protected].
ā ļøĀ Deprecations
GET /organizations/:id/kyc-linkĀ (KYC Link V1) has been removed. Migrate to the v2 endpoint for hosting KYC links.
ā Enhancements
- COP Payins now accept an optionalĀ
redirectUrlĀ field to redirect end users back to your app after payment completion. See Payins API for details. - Idempotency key support for payout requests. Payout endpoints now
accept an optional
idempotency-keyheader. Sending the same key on a retry returns the original cached response with anidempotency-replayed: trueresponse header. See the Idempotency documentation for details. - (Beta) Customer-named payouts for USD Wire ā for your recipient, sender name will now show as the name of the sending Organization. Reach out if this is something you would like to enable!
š Bug Fixes
- TheĀ
memoĀ field on payout request creation now enforces a maximum length - Fixed a race condition in government ID verification processing causing Verifications to fail
- InvalidĀ
fiatRailCodeĀ values for the Payouts API now return a 400 Bad Request instead of a 500 Internal Server Error - Invalid Payin rail types for developer fees in the Accounts API now return a 400 Bad Request instead of a 500 Internal Server Error