The Create On Demand Transfer API will create a new on-demand request either from the merchant ledger or from the vendor ledger to the vendor bank account.
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
API version to be used. Format is in YYYY-MM-DD API version to be used
Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree
An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.
The id which uniquely identifies your vendor.
Vendor On Demand Settlement Request Body.
Vendor On Demand Settlement Request
Specify the source of the on-demand balance transfer. Possible values include: MERCHANT (merchant ledger to vendor bank account) or VENDOR (vendor ledger to vendor bank account).
Mention the type of transfer. Possible value: ON_DEMAND.
Mention the on-demand transfer amount.
Mention remarks if any for the on-demand transfer.
Provide additional data fields using tags.
Adjust Vendor Balance Success Response.
Adjust Vendor Balance Response
{
"vendor_id": "test03",
"transfer_from": "VENDOR",
"transfer_type": "ADJUSTMENT",
"transfer_amount": 10,
"remark": "Testing",
"tags": [{ "product": "SHRT" }, { "size": 1 }]
}{
"merchant_id": 152707,
"vendor_id": "test03",
"merchant_unsettled": 2442,
"vendor_unsettled": 4757.42
}{
"service_charges": 2,
"service_tax": 0.36,
"amount": 10,
"billed_to": "MERCHANT",
"is_postpaid": true
}