Retrieve Deposits ListAsk AIget https://api-dev.prolifepayments.com/reports/v1/depositsQuery Paramsstart_datedaterequiredThe start date for the search, in format of YYYY-MM-DD. This applies to the deposits' creation date.end_datedaterequiredThe source of the payment in the search. This can be either "card" or "ach" or as a comma separated array, "ach,card".limitint32Defaults to 10The number of records to retrieve. If not provided it defaults to 10.next_results_tokenstringKeyset pagination is a method of retrieving a subset of results based on the last seen item; the next_result_token field returns a token to be used in the path parameters for accessing the next page of results.HeadersonBehalfOfstringSpecifies the account for which the Deposits request retrieval is intended. This is used for scenarios where one partner retrieves deposits on behalf of another partner, such as in PayFac or related partner relationships.Responses 200200 400400Updated 6 months ago