Create On Demand Balance Transfer
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.
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret 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
Vendor On Demand Settlement Request
Mention the on-demand transfer amount.
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 remarks if any for the on-demand transfer.
Provide additional data fields using tags.
Was this page helpful?