Interest Account Activity Request
Sezzle gives merchants the option to enroll in an interest account program. If you are enrolled in the interest account program, you can use these endpoints to get the current balance and activity on the interest account. Fractions of cents are tracked to properly calculate daily interest accrual even if the interest balance is low.
Endpoint
GET https://gateway.sezzle.com/v2/interest/activity
Query Parameters
Query Parameter | Required | Description |
---|---|---|
start-date | true | The start date for the report. Must be in yyyy-mm-dd format. |
end-date | false | The end date for the report. Must be in yyyy-mm-dd format. If omitted, will default to the current date. |
offset | false | The offset for the report. Limit is 20. |
currency-code | false | The ISO-4217 currency code of the interest account. If omitted, will default to USD. |
Example Response
type,event_date,interest_account_change_amount,interest_account_balance_after_change
INTEREST_PAYOUT,2019-12-21T19:10:00Z,122.8718,5101.4676
INTEREST_WITHDRAWAL,2019-12-21T19:20:00Z,-26.1000,5075.3676
INTEREST_ACCRUAL,2019-12-21T19:15:00Z,1.0702,5182.3922
INTEREST_ACCRUAL,2019-12-22T19:15:00Z,1.0702,5183.4624