4.9. List All Banks [GET /api/1.0/banks/]

This service is responsible for displaying all the banks affiliated with SPEI, which can receive orders.


4.9.1. List All Banks Request

This service has no input parameters.


Example of request

URL: /api/1.0/banks/


4.9.2. List All Banks Response


Example Response

{

"code": 200,

"data": [

{

"code": "40036",

"name": "INBURSA",

"legalCode": "40036"

},

{

"code": "40042",

"name": "MIFEL",

"legalCode": "40042"

},

]

}


Download documentation

If you wish to download the PDF version of the API Transfer integration documentation, press the following button