Errors

Code Description
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

Response

{
  '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': { ... }
  }
}

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

investor_id / promoter_id
required

It could be either investor or promoter ID

Validations:

  • Must be a String

id
required

Requested bank account ID

Validations:

  • Must be a String