v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Program accrual rates

Delete program accrual rates

Deletes an accrual rate that's configured for a program. If only programId is provided, all program accrual rates are deleted for that program. You can use the optional parameters transactionCategoryId, accrualType, and periodToCalculate to specify a subset of the program accrual rates that you want to delete. For example, if you provide values for transactionCategoryId, accrualType, and periodToCalculate, then all program accrual rates configured for the specified program, transaction category, accrual type, and period to calculate are deleted.

delete/v1/programs/{programId}/accrual-type-rates

Path parameters

programIdinteger required
Example:6912345

Program ID

Query parameters

transactionCategoryIdinteger
Example:2

Program transaction category ID

accrualType'WITHDRAWAL_INTEREST' | 'BILLPAYMENT_INTEREST' | 'OVERDRAFT_INTEREST' | 'FINANCIAL_TAX' | 'REFINANCING' | 'OVERDUE' | 'FINE'
Example:WITHDRAWAL_INTEREST

Accrual type

periodToCalculate'UNTIL_DUE_DATE' | 'AFTER_DUE_DATE'
Example:UNTIL_DUE_DATE

Period to calculate the accruals

Response

No Content