Defer Cashfree Easy Split vendor settlements by configuring a per-vendor delay in days from the dashboard Settings page to better manage marketplace cash flow.
You can delay the vendor settlements by enabling the Defer Settlement from the Settings page. To enable defer settlement, click the toggle button, set the Defer by Days value, and click Save.The Defer by Days value determines the number of the days by which the settlement will be delayed to vendors. For example, if you set the Defer by Days value to 5, the settlements to the vendors will be delayed by 5 days from the date of transaction.Scenario 1: You trigger the Vendor Settlement Eligibility Date for Orders API before deferred delay eligibility.Configuration:
Defer by Days value: 15 days
Transaction Date: 2nd December at 4:00 PM
Since the deferred delay value set by you is 15 days, the vendor settlement eligibility is: 17th December 4:00 PM.Let us assume:
Supplier 1 delivers goods/services to customer on 5th December.
Supplier 2 delivers goods/services to customer on 6th December.
You can facilitate customized vendor settlements at different time for the same order ID. As supplier 1 has delivered goods on 5th December, you can trigger the Set_Vendor_Settlement_Eligibility_Date_for_Orders API.Provide the following in the API:
order ID
vendor ID
change the settlementEligibilityDate value to a newer value
T+x*: Settlement cycle is subject to bank approval and can vary based on
transaction type, business category/model, risk parameters, and other factors.
The settlement will happen to supplier 1 based on the updated settlementEligibilityDate.
Scenario 1 configurations (supplier 1)
Values
Deferred delay value
15 days
Supplier 1 schedule option
Settlement ID: 1 (T+1* settlement at 11:00 AM)
Supplier 1 original settlement date
18th December at 11:00 AM (Since the deferred delay was set to 15 days and T+1* settlement)
Supplier 1 service delivery time
2022-12-06 9 PM
settlementEligibilityDate updated by you
2022-12-06 09:00:00
Supplier 1 new settlement date
7th December at 11:00 AM since supplier 1 is in T+1 settlement of 11:00 AM).
Scenario 2: You trigger the Set Vendor Settlement Eligibility Date for Orders API after the deferred delay eligibilityConfiguration:
Defer by Days value: 15 days
Transaction Date: 2nd December at 4:00 PM
As you have set the deferred delay value to 15 days, you can update the settlementEligibilityDate only within this time period (2nd December - 17th December 4:00PM). If you trigger the API post that, you will get an error stating: βSettlement eligibility cannot be beyond max_eligibity_date. Provide an earlier dateβ. The settlements will happen as per the deferred delay only.Sample Request