v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Settlements
Retrieve a list of Settlement resources.
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter by Application ID.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by a funding_transfer a Settlement has created.
Filter by id.
Filter to return if settlement is an exception settlement.
The numbers of items to return.
Filter by Merchant ID.
Filter by the status of the Settlement. Merchants only receive payouts when Settlements are APPROVED. For more information, see Payouts.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter by a total_amount equal to the given value.
Filter by an total_amount less than or equal to the given value.
Filter by an total_amount less than the given value.
Filter by an total_amount greater than or equal to the given value.
Filter by an total_amount greater than the given value.
Filter by a transfer_id a Settlement has accrued.
Filter by a split_transfer_id a Settlement has accrued.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Settlement resources
Example response
{
"_embedded": {
"settlements": [
{
"destination": "PIxxxxxxxxxxxxxxxxxx"
}
]
}
}