Get Banks detail

Get Banks code and name defined in the system, to be used in collection API's.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Response Key/valueData TypeDescription
JSON Key : Bank code (e.g 1, 2, 3 ...)StringBank code( To be used in collection API's)
JSON Value : Bank Name (e.g Allahabad UP Gramin Bank, State Bank of India, Axis Bank ...)StringName of Bank
Language
Click Try It! to start a request and see the response here!