This endpoint enables you to fetch a list of Settlement Transactions that you have created (own the source_profile_id
) or have been alleged against you (own the target_profile_id
).
You can use query parameters to filter the results returned by statuses
, source_profile_id
and target_profile_id
.
Note that this endpoint supports pagination and returns a cursor token for fetching next pages.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
Transaction statuses to filter on
The profile_id
of the entity on the submitting side of the transaction.
The profile_id
of the entity on the receiving side of the transaction.
Number of results to return. Defaults to 100 if no limit is provided.
Cursor for getting the next page of results.
A successful response.
The response is of type object
.