v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
AccruedInterest

Process Accrued Interest – Processes accrued interest calculations for a program.

Processes accrued interest calculations for accounts within a program. Allows specifying a date range and override flag. Returns the processing status, progress, and interest accrued.

post/programs/{programCode}/processaccruedinterest

Path parameters

programCodestring required

The unique code identifying the partner program context.

Headers

X-GD-RequestIdstring required

The unique request identifier (GUID) for tracking and idempotency. Required in the X-GD-RequestId header.

Request body

startDatestring date-time nullable

The start date for interest accrual calculation (optional).

endDatestring date-time nullable

The end date for interest accrual calculation (optional).

overrideboolean

Indicates whether to override existing accrual calculations.

Response

OK

statusstring nullable

The status of the accrued interest processing operation.

datestring nullable

The date associated with the accrued interest processing.

progressnumber double

The progress of the accrued interest processing (0-100).

interestAccruednumber double

The total interest accrued amount.