Skip to main content
GET
List Settlement Report Exports

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

aggregator_id
string
required

Aggregator identifier that owns the settlement report exports.

Example:

"agg_b49985f2-e099-412e-8eb2-98756059cc0d"

Query Parameters

settlement_batch_id
string

Filter report exports by settlement batch identifier.

Example:

"sb_6eb80843-eb2b-4df2-b85f-25d50f03d2a1"

merchant_id
string

Filter report exports by merchant identifier.

Example:

"mer_0e4b3a32-754b-483a-9c85-80581dbef4cf"

kind
enum<string>

Filter report exports by report kind (1=REPORT_KIND_SEED, 2=REPORT_KIND_BATCH, 3=REPORT_KIND_MERCHANT).

Available options:
1,
2,
3
Example:

2

status
enum<integer>

Filter report exports by processing status (1=PENDING, 2=RUNNING, 3=SUCCEEDED, 4=FAILED, 5=SEEDED, 6=RETRYING).

Available options:
1,
2,
3,
4,
5,
6
Example:

3

started_at_from
integer<int64>

Include report exports started at or after this Unix timestamp.

Example:

1711929600

started_at_to
integer<int64>

Include report exports started at or before this Unix timestamp.

Example:

1712016000

date_from
integer<int64>

Include report exports created on or after this Unix timestamp.

Example:

1711929600

date_to
integer<int64>

Include report exports created on or before this Unix timestamp.

Example:

1712016000

limit
string

Maximum number of records to return.

Example:

"20"

offset
string

Number of records to skip before listing results.

Example:

"0"

Response

Paginated list of settlement report export jobs.

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Contains the response data