- 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
- InstantOTPGeneration 1.0.0
- Operations
- POST /instantOTPGeneration
- Definitions
- Request
- Response
- Error Response
- RemitterFetch 1.0.0
0
No votes yet
This service is used generate Instant OTP .
production
development
https://devgateway.federalbank.co.in/fedbnkdev/dev
Paths
/instantOTPGeneration
post /instantOTPGeneration
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/xml
Accept
Optional in header
string
application/xml
400
Error
500
Internal Error
Example Request
Example Response
POST https://devgateway.federalbank.co.in/fedbnkdev/dev/fundTransfer/v1.0.0/instantOTPGeneration
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": {
"InstantOTPGenerateRequest": {
"type": "object",
"properties": {
"UserId": {
"type": "string"
},
"Password": {
"type": "string"
},
"Mobile": {
"type": "string"
},
"OTPRef": {
"type": "string"
},
"OTP_Length": {
"type": "string"
},
"OTP_Expriy": {
"type": "string"
}
},
"xml": {
"namespace": ""
}
}
},
"xml": {
"namespace": ""
},
"example": "\r\n INSTANT_LOAN \r\n federal@123 \r\n 919447794282 \r\n 1154450266 \r\n 6 \r\n 120 \r\n \r\n"
}
{
"type": "object",
"properties": {
"InstantOTPGenerateResponse": {
"type": "object",
"properties": {
"OTP_Ref": {
"type": "string"
},
"ResponseCode": {
"type": "string"
},
"ResponseReason": {
"type": "string"
}
},
"xml": {
"namespace": ""
}
}
},
"xml": {
"namespace": ""
},
"example": "\r\n 1154450266 \r\n 000 \r\n OTP Generated Successfully \r\n \r\n"
}
{
"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