The Create On Demand Transfer API will create a new on-demand request either from to the merchant or from to the vendor.
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.
Adjust Vendor Balance Request Body.
Adjust Vendor Balance Request
Mention to whom you want to transfer the on demand balance. Possible values - MERCHANT, VENDOR.
Mention the type of transfer. Possible values: 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
}