List Settlement Events

Lists settlement events by merchant.

Query Params
string
required

The Affirm Merchant ID

integer
1 to 1000

The maximum number of results per page. Default is 5.

date

The beginning of the date range (inclusive)

date

The end of the date range (inclusive)

uuid

Optional paging cursor uuid after which results should be returned. This uuid, along with from_cursor_date is returned in the prev_page field in the 200 response

date

Optional paging cursor date after which results should be returned. This date, along with from_cursor_uuid is returned in the prev_page field in the 200 response

uuid

Optional paging cursor uuid before which results should be returned. This uuid, along with to_cursor_date is returned in the next_page field in the 200 response

date

Optional paging cursor date before which results should be returned. This date, along with to_cursor_uuid is returned in the next_page field in the 200 response

string
enum

Optional parameter to define ordering of results. Default is descending chronological order

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*