Admin Program Updated Notification

This object represents the result of an admin program-update operation.


FieldTypeDescription
id_typeNumberID representing a notification type from a predefined catalog.
notificationObjectDynamic object containing data specific to the given id_type.

Example when id_type = 11

{
  "id_type": 11, 
  "notification": {
    "id": 34, 
    "code": "JJK260422580", 
    "name": "Test 1308", 
    "status": true, 
    "version": 2, 
    "created_at": "2026-04-22", 
    "cutoff_day": 1, 
    "emission_fee": 0, 
    "is_guarantee": false, 
    "interest_rate": 2600, 
    "grace_period_days": 25, 
    "default_interest_rate": 3500, 
    "min_due_payment_multiplier": 1000, 
    "withdrawal_commission_rate": 900, 
    "default_interest_commission": 15000, 
    "deferred_purchase_interest_rate": 1500
  }
}

FieldTypeDescription
notification.idNumberId of the updated program.
notification.codeStringCode of the updated program.
notification.nameStringName of the updated program.
notification.statusBooleanStatus of the updated program.
notification.versionNumberVersion number of the updated program.
notification.created_atStringDate of the program update.
notification.cutoff_dayNumberBilling cutoff day of the month (1–31).
notification.emission_feeNumberCard emission fee in cents.
notification.is_guaranteeBooleanWhether the program requires a guarantee.
notification.interest_rateNumberAnnual interest rate in basis points.
notification.grace_period_daysNumberNumber of grace period days.
notification.default_interest_rateNumberDefault interest rate in basis points.
notification.min_due_payment_multiplierNumberMultiplier for minimum due payment in basis points.
notification.withdrawal_commission_rateNumberCommission rate for withdrawals in basis points.
notification.default_interest_commissionNumberDefault interest rate in basis points.
notification.deferred_purchase_interest_rateNumberInterest rate for deferred purchases in basis points.