GET
/
v1
/
settlements
/
summaries
Settlement Summaries Request
curl --request GET \
  --url https://sandbox.gateway.sezzle.com/v1/settlements/summaries \
  --header 'Authorization: <api-key>'
[
  {
    "uuid": "b7916fbe-f30a-4435-b411-124634287a8ca",
    "payout_currency": "USD",
    "payout_date": "2019-12-09T15:52:33Z",
    "net_settlement_amount": 9370,
    "forex_fees": 0,
    "status": "Complete"
  },
  {
    "uuid": "c51343hba-d54b-5641-e341-15235523b3at",
    "payout_currency": "USD",
    "payout_date": "2019-12-10T15:52:33Z",
    "net_settlement_amount": 23470,
    "forex_fees": 0,
    "status": "Complete"
  }
]

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

start-date
string
required

The UTC start date for the report. Must be in yyyy-mm-dd format.

end-date
string

The UTC end date for the report. Must be in yyyy-mm-dd format. If omitted, will default to the current date.

offset
string

The offset for the report. Limit is 20.

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[].