GuidesAPI ReferenceChangelog
Log In
Changelog

02 March 2026

šŸ”œĀ Coming soon

  1. Named Payin Virtual Account support for new currencies in LATAM! These will appear as new payinMethods in 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].
    1. MXN
    2. BRL
    3. ARS
  2. 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

  1. GET /organizations/:id/kyc-linkĀ (KYC Link V1) has been removed. Migrate to the v2 endpoint for hosting KYC links.

⭐ Enhancements

  1. COP Payins now accept an optionalĀ redirectUrlĀ field to redirect end users back to your app after payment completion. See Payins API for details.
  2. Idempotency key support for payout requests. Payout endpoints now accept an optional idempotency-key header. Sending the same key on a retry returns the original cached response with an idempotency-replayed: true response header. See the Idempotency documentation for details.
  3. (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

  1. TheĀ memoĀ field on payout request creation now enforces a maximum length
  2. Fixed a race condition in government ID verification processing causing Verifications to fail
  3. InvalidĀ fiatRailCodeĀ values for the Payouts API now return a 400 Bad Request instead of a 500 Internal Server Error
  4. Invalid Payin rail types for developer fees in the Accounts API now return a 400 Bad Request instead of a 500 Internal Server Error