POST
/
fundsources
/
connected
/
virtual-account
curl --request POST \
  --url https://sandbox.cashfree.com/payout/fundsources/connected/virtual-account \
  --header 'Content-Type: application/json' \
  --data '{
  "displayName": "Demo1",
  "accountPrefix": 1234
}'
{
"status": "SUCCESS",
"subCode": "200",
"message": "Virtual account created",
"data": {
"paymentInstrumentId": "KOTAKCR_CONNECTED_376933_9e478d1",
"virtualAccountNumber": "90909010KR0M"
}
}

Body

application/json

Find the request parameters to create the virtual account

The body is of type object.

Response

200
application/json

Virtual account successfully created.

The response is of type object.