GET
/
v2
/
interest
/
balance
curl --request GET \
  --url https://sandbox.gateway.sezzle.com/v2/interest/balance \
  --header 'Authorization: <api-key>'
{
  "interest_balance": 5183.4624
}

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Query Parameters

currency-code
string

The ISO-4217 currency code of the interest account.

Response

200
application/json

Successful Operation

The response is of type object.