Passer au contenu principal
GET
/
v2
/
settlements
/
summaries
Settlement Summaries
curl --request GET \
  --url https://sandbox.gateway.sezzle.com/v2/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": 93.7,
    "forex_fees": 0,
    "status": "Complete"
  },
  {
    "uuid": "c51343hba-d54b-5641-e341-15235523b3at",
    "payout_currency": "CAD",
    "payout_date": "2019-12-10T15:52:33Z",
    "net_settlement_amount": 234.71,
    "forex_fees": 4.69,
    "status": "Complete"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt

Use this file to discover all available pages before exploring further.

Si votre boutique accepte plusieurs devises, vous devrez demander des récapitulatifs de règlement pour chaque devise prise en charge. Si le code de devise n’est pas fourni dans la demande, la devise par défaut sera USD.

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de requête

start-date
string<yyyy-mm-dd>
requis

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

end-date
string<yyyy-mm-dd>

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

offset
string<int32>

The offset for the report. Limit is 20.

currency-code
string

The ISO-4217 currency code selected by users at checkout. If omitted, will default to USD.

Réponse

Successful Operation

uuid
string

The unique identifier for the settlement

payout_currency
string

The ISO-4217 currency code of the payout sent to the destination bank account

settlement_currency
string

The ISO-4217 currency code of the amount to be settled

payout_date
string<date-time>

The UTC date and time of the payout

final_payout_amount
number<float>

The final amount sent in the currency of the destination bank account

net_settlement_amount
number<float>

The net amount (after forex fees) to be settled

forex_fees
number<float>

Foreign exchange fees associated with this settlement payout

status
string

The current status of the payout