POST
/
payout
/
v1.2
/
internalTransfer
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "RefId-testingw123/some remarks-Internal Fund Transfer",
  "data": {
    "transferId": "123"
  }
}

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json
amount
number
required

Amount to be transferred. Number (>=1)

rechargeAccount
string

It is the Cashfree Payments' internal recharge account number. Alphanumeric characters are allowed.

paymentInstrumentId
string

It is the unique ID to identify the fund source from which you want to transfer the money. Alphanumeric characters are allowed.

toPaymentInstrumentId
string

It is the unique ID to identify the fund source where you want to deposit the money. Alphanumeric characters are allowed.

remarks
string

Any remarks if required.

transferId
string

It is the unique ID to identify the transfer. Alphanumeric, hyphen (-), and underscore (_) characters are allowed. Maximum character limit is 40. The ID is auto-generated if the parameter is left blank.

Response

200 - application/json
status
string
subCode
string
message
string
data
object