POST
/
v1.2
/
internalTransfer
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "RefId-<TransferId>/<Remarks>-Internal Fund Transfer",
  "data": {
    "transferId": "<TransferId>"
  }
}

Headers

Authorization
string
required

Authorization header with tokens.

Body

application/json
amount
string
required

It is the transfer amount.

toPaymentInstrumentId
string
required

It is the unique ID of the payment instrument that you want to transfer the amount.

paymentInstrumentId
string
required

It is the unique ID of the payment instrument that you want the debit the transfer amount.

transferId
string

It is the unique ID to identify the transfer request.

remarks
string

It is the additional remarks for the transfer.

Response

200 - application/json
status
string

It displays the status of the request (SUCCESS/FAILURE).

subCode
string

It displays the sub code of the request.

message
string

It displays the outcome of the request.

data
object

Response data.