AmountDueDateRequestDTO
Amount configuration for charge with due date (COBV)
- originalType: stringmin length:1
Pattern: ^\d+\.\d{2}$requiredOriginal amount in decimal format with exactly 2 decimal places
- abatimentoType: object · AbatementDTO
Abatement configuration for charge with due date
- modalidadeType: string enumrequired
Mode for calculating abatement on a charge with due date (Bacen API Pix v2.9.0 spec)
values- 1
- 2
- valorType: string
Perc Pattern: ^\d+\.\d{2}$Abatement value (required when the abatimento object is present). For FIXED: absolute value, for PERCENT: percentage value
- descontoType: object · DiscountDTO
Discount configuration for charge with due date
- modalidadeType: string enumrequired
Mode for calculating discount on a charge with due date (Bacen API Pix v2.9.0 spec)
values- 1
- 2
- 3
- 4
- 5
- 6
- descontoType: array object[] · FixedDateDiscountDTO[] …3
Data Fixa List of fixed date discounts (required when mode = FIXED_DATE, max 3 entries)
Fixed date discount entry
- valorType: string
Perc Pattern: ^\d+\.\d{2}$Discount value (required when mode = DAILY). Represents daily discount rate.
- jurosType: object · InterestDTO
Interest configuration for charge with due date
- modalidadeType: string enumrequired
Mode for calculating interest on a charge with due date (Bacen API Pix v2.9.0 spec)
values- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- valorType: string
Perc Pattern: ^\d+\.\d{2}$Interest rate value (required when mode = DAILY). Represents daily interest rate.
- multaType: object · FineDTO
Fine configuration for charge with due date
- modalidadeType: string enumrequired
Mode for calculating fine on a charge with due date (Bacen API Pix v2.9.0 spec)
values- 1
- 2
- valorType: string
Perc Pattern: ^\d+\.\d{2}$Fine value (required when the multa object is present). For FIXED: absolute value, for PERCENT: percentage value