- 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
- Operations
- POST /AcctEnq
- Definitions
- Request
- Response
- errorResponse
- PennyDrop_API 1.0.0
- IMPS Beneficiary Name Enq 1.0.0
- FundTransferWithOTP 1.0.0
- InstantOTPGeneration 1.0.0
- RemitterFetch 1.0.0
0
No votes yet
This API is used to enquire the Account details of the Federal Bank customer based on the Account Number provided in the input. It reveals the details like Customer Name, Account Type, Account Status and Balance of the customer.
production
development
https://devgateway.federalbank.co.in/fedbnkdev/dev
Paths
/AcctEnq
post /AcctEnq
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
Example Request
Example Response
POST https://devgateway.federalbank.co.in/fedbnkdev/dev/fundtransfer/AcctEnq
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": {
"userid": {
"type": "string"
},
"password": {
"type": "string"
},
"sendercd": {
"type": "string"
},
"ReferenceId": {
"type": "string",
"description": "only alphabets and numeric values are allowed without spaces"
},
"Account_Number": {
"type": "string",
"description": "only alphabets and numeric values are allowed without spaces"
}
}
}
{
"type": "object",
"properties": {
"sendercd": {
"type": "string"
},
"ReferenceId": {
"type": "string",
"description": "only alphabets and numeric values are allowed without spaces"
},
"Account_Number": {
"type": "string",
"description": "only alphabets and numeric values are allowed without spaces"
},
"CustomerName": {
"type": "string"
},
"Account_Type": {
"type": "string"
},
"Account_Status": {
"type": "string"
},
"LedgerBalance": {
"type": "string"
},
"AvailableBalance": {
"type": "string"
},
"FloatBalance": {
"type": "string"
},
"FFDBalance": {
"type": "string"
},
"UserDefinedBalance": {
"type": "string"
},
"BalCurrencycode": {
"type": "string"
},
"Response": {
"type": "string"
},
"Reason": {
"type": "string"
}
}
}
error Response Structure
{
"type": "object",
"properties": {
"errorResponse": {
"type": "object",
"properties": {
"tranTimeStamp": {
"type": "string",
"description": "Server Timestamp of the transaction"
},
"statuscode": {
"type": "string",
"description": "HTTP Status Code of the Transaction"
},
"statusreason": {
"type": "string",
"description": "HTTP status reasonphrase of the transaction"
},
"customcode": {
"type": "string",
"description": "custom reference code of the status of the transaction."
},
"customreason": {
"type": "string",
"description": "short description of the result of the transaction"
},
"tranId": {
"type": "string",
"description": "Server Transaction Id"
},
"description": {
"type": "string",
"description": "description of the error"
},
"additionalDetails": {
"type": "object",
"description": "further details related to the transaction"
}
}
}
}
}
- Log in or register to post comments