Get settlement reconciliation rows

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

settlementId
uuid
required
Settlement identifier.

pageSize
integer
1 to 1000
Number of reconciliation rows 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 Settlement reconciliation response

400 Bad Request

401 Unauthorized

404 Not Found

500 Internal Server Error

Updated 3 months ago


Base URL
https://api.superpayments.com/2026-04-01/settlements/{settlementId}/reconciliation

curl --request GET \
     --url https://api.superpayments.com/2026-04-01/settlements/settlementId/reconciliation \
     --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

400 401 404 500