v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Settlement Funding Transfer Attempts
Lists all settlement Funding Transfer Attempt resources associated for the Settlement. A Funding Transfer Attempt resource is created when requesting an instant payout of funds for the Settlement.
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 Funding Transfer Attempts associated with a Settlement
Example response
{
"_embedded": {
"funding_transfer_attempts": [
{
"amount": 5000,
"merchant_id": "MUxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}
}