v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Funds Requests

Get all funds requests

Retrieve a list of all funds requests submitted by partnered banks and financial institutions

get/funds_requests

Query parameters

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is a funds request id. If this is specified, the next page that starts with a funds request right AFTER the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that funds request older than the specified funds request id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a funds request id. If this is specified, the previous page that ends with a funds request right BEFORE the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that funds request newer than the specified funds request id will be returned (shouldn't be set if starting_after is set)

customer_idstring

If specified, results will be filtered to the given customer_id only

fraudboolean

If this is specified as either "true" or "false", then only fraudulent or non-fraudulent entries will be returned, respectively

notice_date_starting_onstring

A date in the format YYYY-MM-DD. If specified, then only entries with a notice date on or after the provided date, inclusive, will be returned

notice_date_ending_onstring

A date in the format YYYY-MM-DD. If specified, then only entries with a notice date on or before the provided date, inclusive, will be returned

Response

List of funds requests

countinteger required

The number of items returned