v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList all Transfers in a Settlement
<u>This endpoint is deprecated</u>.<br/>
Use List all Entries in a Settlement instead.
Retrieve a list of every Transfer in a Settlement that has a type of DEBIT or REFUND. This is not an exhaustive list of everything that comprises a settlement. We recommend using List Settlement Entries.
For details on how to query endpoints using the available parameters, see Query Parameters.
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
The numbers of items to return.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
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 Transfer resources
Example response
{
"_embedded": {
"transfers": [
{
"amount": 5000,
"amount_requested": 100,
"merchant": "MUxxxxxxxxxxxxxxxxxxxxxxx",
"merchant_identity": "IDxxxxxxxxxxxxxxxxxxxxxxxx",
"network_details": {
"brand": "VISA"
}
}
]
}
}