improved

Mono API Update (Febrary 6)

This new update has some improvements related to Bank transfers API and Collection links API, details below!

✨ New & Improved


  • Added a new field called emails_to_notify in the bank transfers resource. When you add an email to this field, our system will automatically send a transaction's confirmation receipt to that email. To see more details about it, you can check here

  • Added new filters to the endpoint List collection links:

    • enabled: It allows filtering disabled or enabled collection links.
    • reference: It allows filtering by a reference field, it works as not exact filter and must be sent 4 characters at least.
    • expired_at: It allows filtering by expired_at field, it works as a range of date/time.
  • Added sorting to the endpoint List collection links by inserted_at field.

  • Added new validation to the endpoint Create collection link

    • Not accept dots in the field value payer.document_number (e.g 1031.000.0000)

🛠 Fixes & Updates


  • Fixed open API file error when we're documenting query parameters with object structure, it broke the online documentation.