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

You are viewing Version 1 of the Sezzle API. Check out the current version!

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. If omitted, will default to USD.

Response

200
application/json

Successful Operation

The response is of type object.