List merchant advancement requests

List advancement requests for a merchant, with optional filters by status and date ranges, plus pagination and sorting.

Date filters. beginDateFrom, beginDateTo, requestDateFrom, requestDateTo accept YYYY-MM-DD. The *From filters match advancements on or after the given date; the *To filters match advancements on or before it.

Pagination and sorting. page defaults to 1 and perPage defaults to 10; 0 is treated as the default for both. perPage accepts up to 100. order accepts asc or desc. orderBy accepts request_date, begin_date, end_date, status, or advancement_request_id; any other value is treated as request_date. The default sort is request_date DESC.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uint64
required
1 to 18446744073709552000

Merchant ID

Query Params
string
enum

Filter advancement requests by exact status. Strict — any other value returns 400.

Allowed:
date

Filters advancements with begin_date on or after this date. Format = YYYY-MM-DD.

date

Filters advancements with begin_date on or before this date. Format = YYYY-MM-DD. Must be greater than or equal to beginDateFrom when both are provided.

date

Filters advancements with request_date on or after this date. Format = YYYY-MM-DD.

date

Filters advancements with request_date on or before this date. Format = YYYY-MM-DD. Must be greater than or equal to requestDateFrom when both are provided.

int32
≥ 1
Defaults to 1

1-based page number. Defaults to 1 when omitted or set to 0.

int32
1 to 100
Defaults to 10

Number of items per page. Defaults to 10 when omitted or set to 0.

string
enum

Sort order direction. Defaults to desc when omitted or set to empty string.

Allowed:
string

Column name to sort by. Unknown values fall back to the endpoint's default at the repository layer (no error).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json