| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |
{
'data': [
{
'id': '3ce9604f-d623-49db-8e0c-4ed2a4d5bbc5',
'account_holder': 'Berta Villarreal Naranjo',
'account_holder_name': 'Berta',
'account_holder_lastname': 'Villarreal',
'account_holder_matriname': 'Naranjo',
'account_number': '4867091855',
'branch_name': null,
'swift_code': null,
'aba_code': 'ABBEGB21',
'is_foreign_bank': false,
'bank_name': null,
'company': true,
'company_name': 'Nombre chidote',
'person_type': 'Persona moral',
'banxico_bank': { ... },
'fiscal_address': { ... }
},
{
'id': '6ae6ef52-586d-4bec-8665-249e68e52281',
'account_holder': 'Roberto Duran Munguía',
'account_holder_name': 'Roberto',
'account_holder_lastname': 'Duran',
'account_holder_matriname': 'Munguía',
'account_number': '4692293669',
'branch_name': null,
'swift_code': null,
'aba_code': 'AACNGB21',
'is_foreign_bank': false,
'bank_name': null,
'company': true,
'company_name': 'Nombre chidote',
'person_type': 'Persona moral',
'banxico_bank': { ... },
'fiscal_address': { ... }
}
]
}
| Param name | Description |
|---|---|
|
page optional |
Page index Validations:
|
|
per optional |
Items per page Validations:
|
|
investor_id / promoter_id required |
It could be either investor or promoter ID Validations:
|