Skip to main content
GET
Get Settlement Reports

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Query Parameters

from_date
string<date-time>
required

Start of the range, in the format 'YYYY-MM-DDThh:mm:ssZ'. Defaults to UTC timezone. Matched against the time the report was generated.

to_date
string<date-time>
required

End of the range, in the format 'YYYY-MM-DDThh:mm:ssZ'. Defaults to UTC timezone. The range must not exceed 90 days.

report_frequency
enum<string>

Return only reports generated at this frequency. Accepts a comma-separated list, for example daily,weekly. Omit to return every frequency enabled on your account.

Available options:
daily,
weekly,
monthly
cursor
string

Page forward. Pass the next_cursor from the previous response to fetch the entries after that page. Omit both cursors to fetch the first page. Cannot be combined with previous_cursor.

previous_cursor
string

Page backward. Pass the previous_cursor from a response to fetch the entries before that page. Cannot be combined with cursor.

size
integer
default:20

Number of report entries to return per page. A pre-signed link is minted for every entry returned, so request only the page size you intend to fetch.

Required range: x <= 100

Response

OK

from_date
string
Example:

"2026-09-01T00:00:00Z"

to_date
string
Example:

"2026-09-30T00:00:00Z"

size
integer

Number of report entries returned per page.

Example:

20

next_cursor
string | null

Cursor to pass as the cursor query parameter to fetch the next page. null when there are no more entries after this page.

Example:

"MjAyNi0wOS0wMVQwOTowMDowOS4wMDAwMDArMDA6MDB8NDc5NQ=="

previous_cursor
string | null

Cursor to pass as the previous_cursor query parameter to fetch the preceding page. null on the first page.

Example:

"MjAyNi0wOS0wN1QwOTowMDoxNC4wMDAwMDArMDA6MDB8NDgyMQ=="

has_more
boolean

Whether more entries are available after this page.

Example:

true

has_previous
boolean

Whether entries are available before this page. Always false on the first page.

Example:

false

records
object[]