get http://staging-apigateway.snapdeal.com/seller-api/billing/neftDetails
Returns the NEFT Details for fund transfer.
Response
| Field Name | Data Type | Description |
|---|---|---|
| code | Integer | Response code. Contains an error code in case of any error. |
| data | Object | JSON objects representing NEFT details. |
| data.name | String | Name of the account holder. |
| data.bankName | String | Bank of account holder |
| data.accountNumber | String | Account number |
| data.branch | String | Branch of the bank |
| data.ifsc | String | IFSC code for the NEFT txn. |
| data.micr | String | MICR number. |
| status | String | Status message, error message in case of errors. OK in case of success. |
