List settlements

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

settlementReference
string
length ≤ 64

Filter by prefix of settlement reference (case-insensitive).

pageSize
integer
1 to 1000

Number of results to return per page.

page
string
Opaque cursor returned by previous responses.

accept
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
application/json
application/problem+json
text/csv

``200 List settlements response

``400 Bad Request

``401 Unauthorized

``500 Internal Server Error

Base URL
https://api.superpayments.com/2026-04-01/settlements

curl --request GET \
     --url https://api.superpayments.com/2026-04-01/settlements \
     --header 'Accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json 200** **text/csv** 200** application/problem+json 400401``500**

Updated 3 months ago