Flow Release Notes | Version 3.6.9
This release introduces new versions of Decentro Payouts & UPI Autopay
Introduction of Payouts V3
Payouts V3, a major upgrade to our payouts infrastructure, is designed to simplify integrations and boost reliability.
What is new in Payouts V3?
Removal of Module and Provider Secret: Platforms no longer need to pass the module secret and provider secret for each request.
Provider Selection System: Decentro has built a provider selection system that will select the most optimal provider at the time of request. This will increase the success rate of payout transactions.
Better Error-Handling: With the introduction of new APIs for payouts V3, platforms can now handle each error in a consistent manner, which were the major gaps in the existing payouts.
Please reach out to [email protected] if you have any further questions on utilising this functionality
API Documentation: https://docs.decentro.tech/reference/payouts-v3
UPI Autopay
Feature: Support for Mutual Fund Details in Autopay Mandate Creation
Release Date: May 29, 2025
Description:
Decentro has introduced support for capturing mutual fund details in Autopay SIP mandates. This enhancement allows merchants to optionally pass mutual fund order information during mandate creation.
Key highlights:
- A new optional field mutual_funds_order has been added to the request payload.
- This field is an array that supports multiple mutual fund order entries.
- Each entry can include:
member_id
,user_id
,mf_partner
,folio_number
,order_number
,amount
,scheme_code
,amc_code
,pan_number
, andinvestment_type
. - If mutual fund details are included in the request, they will be returned unchanged in the callback payload.
- If omitted, the mandate flow and callback remain unchanged.
- The change is fully backward compatible and does not impact existing integrations.