Authorizations
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.
Headers
API version to be used. Format is in YYYY-MM-DD.
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.
Path Parameters
The id which uniquely identifies your vendor.
Body
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.
Response
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
}