v2

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

Examples

{
  'data': [
    {
  'id': 'promissory-note-uuid',
  'initial_amount': '100000.00',
  'balance': '100000.00',
  'current_balance': '100000.00',
  'parent_id': 'parent-uuid',
  'folio': 'TEST-FOLIO',
  'currency': { 'name': 'MXN', 'value': 'mxn' },
  'interest_rate': '10.00',
  'start_date': '2026-01-01',
  'end_date': '2026-12-31',
  'interest_rate_unformatted': '10.0',
  'monthly_periodicity': 1,
  'tax_percentage': '1.00',
  'canceled_date': null,
  'current_tax_percentage': '1.00',
  'cut_day': 31,
  'status': 'Inactive',
  'society': {
    'id': 'society-uuid',
    'name': 'Test Society',
    'business_name': 'Test Society',
    'default': true,
    'is_financial_entity': true
  },
  'society_id': 'society-uuid',
  'organization_id': 'org-uuid',
  'investor': {
    'id': 'investor-uuid',
    'name': 'Test',
    'full_name': 'Test User',
    'company': false,
    'company_name': null
  },
  'investor_id': 'investor-uuid',
  'promoter_id': 'promoter-uuid',
  'promoter_commission': '2.00',
  'promoter_payment_method': 'electronic_funds_transfer',
  'interest_rate_ceiling': '15.00',
  'interest_rate_floor': '10.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': 'Fixed',
  'type_of': { 'name': 'Simple', 'value': 'simple' },
  'created_at': '2026-01-01 - 10:00',
  'payment_on_expiration?': false,
  'pending_movements': false,
  'updated_at': '2026-01-01 - 10:00'
}
  ],
  'meta': {
    'count': 1
  }
}

Errors

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