- Fund Transfer 1.0.0
- APIs
- FundTransfer_IntraBank_API 1.0.0
- FundTransfer_IMPS_API 1.0.0
- FundTransfer_RTGS_API 1.0.0
- FundTransfer_NEFT_API 1.0.0
- UPI Request Pay API 1.0.0
- UPI Validate Address Request API 1.0.0
- Balance_Enquiry_API 1.0.0
- Transaction_Enquiry_API 1.0.0
- Account_Statement_API 1.0.0
- Account_Enquiry_API 1.0.0
- PennyDrop_API 1.0.0
- IMPS Beneficiary Name Enq 1.0.0
- FundTransferWithOTP 1.0.0
- Operations
- POST /FTwithOTP
- Definitions
- Request
- Response
- Error Response
- InstantOTPGeneration 1.0.0
- RemitterFetch 1.0.0
0
No votes yet
This service is used to initiate a fund transfer (FT/NEFT/RTGS) via web. API Contains required payment details along with the OTP for validation purpose, API will validate OTP & Beneficiary account with preconfigured account
production
development
https://devgateway.federalbank.co.in/fedbnkdev/dev
Paths
/FTwithOTP
post /FTwithOTP
appSecret
X-IBM-Client-Secret
(apiKey located in header)
appId
X-IBM-Client-Id
(apiKey located in header)
req
Required in body
object
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
400
Error
500
Internal Error
Example Request
Example Response
POST https://devgateway.federalbank.co.in/fedbnkdev/dev/fundTransfer/v1.0.0/FTwithOTP
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"respUrl": {
"type": "string"
},
"userid": {
"type": "string"
},
"password": {
"type": "string"
},
"sendercd": {
"type": "string"
},
"tranDate": {
"type": "string"
},
"ReferenceId": {
"type": "string"
},
"Cust_Ref_No": {
"type": "string"
},
"OTP": {
"type": "string"
},
"RemmiterDetails": {
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"AccNumber": {
"type": "string"
},
"Acctype": {
"type": "string"
},
"Mobile": {
"type": "string"
},
"Email": {
"type": "string"
},
"Notification_Flag": {
"type": "string"
}
}
},
"BeneficiaryDetails": {
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"AccNumber": {
"type": "string"
},
"Mobile": {
"type": "string"
},
"Email": {
"type": "string"
},
"Notification_Flag": {
"type": "string"
}
}
},
"Amount": {
"type": "string"
},
"Remarks": {
"type": "string"
},
"Sender_Data": {
"type": "string"
},
"Instrument_Number": {
"type": "string"
},
"Instrument_Type": {
"type": "string"
},
"Instrument_Date": {
"type": "string"
}
},
"example": "{\"respUrl\":\"http://10.250.14.46:7833/FT_RESP_SERVICE\",\"userid\":\"FEDNET_INB\",\"password\":\"FEDNET_INB@123\",\"sendercd\":\"FEDNET_INB_CD\",\"tranDate\":\"27-12-2021\",\"ReferenceId\":\"FT70896473\",\"Cust_Ref_No\":\"Test20190777781127\",\"OTP\":\"211228\",\"RemmiterDetails\":{\"Name\":\"TRANACTION BANKING REM\",\"AccNumber\":\"11094370100751\",\"Acctype\":\"10\",\"Mobile\":\"9567630989\",\"Email\":\"\",\"Notification_Flag\":\"NONE\"},\"BeneficiaryDetails\":{\"Name\":\"TRANSACTION BANKING BEN\",\"AccNumber\":\"16925000000265\",\"Mobile\":\"\",\"Email\":\"\",\"Notification_Flag\":\"NONE\"},\"Amount\":\"10.00\",\"Remarks\":\"REMARKS\",\"Sender_Data\":\"REMARKS\",\"Instrument_Number\":\"10094795\",\"Instrument_Type\":\"CHQ\",\"Instrument_Date\":\"20190515\"}"
}
{
"type": "object",
"properties": {
"ReferenceId": {
"type": "string"
},
"tranTimeStamp": {
"type": "string"
},
"responseCode": {
"type": "string"
},
"reason": {
"type": "string"
}
},
"example": "{\"ReferenceId\":\"FT70896473\",\"tranTimeStamp\":\"2022-01-01 11:18:42.397801\",\"responseCode\":\"000\",\"reason\":\"ACCEPTED\"}"
}
{
"type": "object",
"properties": {
"RequestID": {
"type": "string",
"description": "REQUESTED"
},
"SenderCode": {
"type": "string"
},
"SenderKey": {
"type": "string"
},
"procsearch": {
"type": "object",
"properties": {
"Response": {
"type": "string"
},
"Error_Code": {
"type": "string"
},
"Error_Reason": {
"type": "string"
}
}
}
},
"example": "{\"RequestID\":\"9451\",\"SenderCode\":\"CRM\",\"SenderKey\":\"123\",\"procsearch\":{\"Response\":\"FAILED\",\"Error_Code\":\"CRM0006\",\"Error_Reason\":\"Enter Valid Customer Id\"}}"
}
- Log in or register to post comments