Skip to main content

Interest Account Balance 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/balance

Query Parameters

Query ParameterDefaultDescription
currency-codeUSDThe ISO-4217 currency code of the interest account.

Example Response

{
"interest_balance": 5183.4624
}