Guides

INITIATE_FUND_TRANSFER

This API is used to initiate NEFT/IMPS fund transfer to registered beneficiaries.

Request

    payload: {
      "amount": "10.00",
       "beneficiaryId": "115d6d2d-6d08-4b74-9e12-d8afa4b04349",
       "remitterAccountNo": "102710526911",
       "remarks": "IMPS TRANSACTION",
       "transactionType": "NEFT"
    }

Response

{
    "headers": {},
    "body": {
        "transactionReferenceNumber": "48e9b048-a16f-4b3d-897b-487fc9797a0f"
    },
    "statusCode": "OK",
    "statusCodeValue": 200
}