v2
Also see monthly_cuts_statements#index.

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

id
required

Requested investor ID

Validations:

  • Must be a String

Examples

{
  'data': [
    {
      'id': 'statement-uuid',
      'initial_amount': '2000000.00',
      'balance': '2200000.00',
      'current_balance': '2200000.00',
      'parent_id': null,
      'folio': 'MXN41-159',
      'currency': { 'name': 'MXN', 'value': 'mxn' },
      'interest_rate': '12.00',
      'start_date': '2026-03-01',
      'end_date': '2026-08-31',
      'interest_rate_unformatted': '12.0',
      'monthly_periodicity': 1,
      'tax_percentage': '0.90',
      'canceled_date': null,
      'current_tax_percentage': '0.90',
      'cut_day': 31,
      'status': 'Activo',
      'status_key': 'active',
      'society': {
        'id': 'society-uuid',
        'name': 'Pruebas',
        'business_name': 'Texto de Prueba',
        'default': true,
        'is_financial_entity': true
      },
      'society_id': 'society-uuid',
      'organization_id': 'org-uuid',
      'investor': {
        'id': 'inv-uuid',
        'name': 'NombrePrueba',
        'full_name': 'Nombre Prueba',
        'company': false,
        'company_name': null
      },
      'investor_id': 'inv-uuid',
      'promoter_id': 'prom-uuid',
      'promoter_commission': '0.00',
      'promoter_payment_method': null,
      'interest_rate_ceiling': '100.00',
      'interest_rate_floor': '0.00',
      'includes_external_rate': false,
      'variable_rate_days': null,
      'variable_rate_date': null,
      'external_rate_label': null,
      'external_rate_label_translated': null,
      'additional_interest_rate': '0.0',
      'variable_rate_days_translated': '',
      'rate_type': 'Fija',
      'type_of': { 'name': 'Simple', 'value': 'simple' },
      'created_at': '2026-04-15 - 16:21',
      'payment_on_expiration?': false,
      'pending_movements': false,
      'updated_at': '2026-04-15 - 16:42'
    }
  ],
  'meta': { 'count': 1 }
}

Errors

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