Get Deposits
Returns deposits for the nonprofit based on the provided filters. A deposit is a settlement from Overflow to the nonprofit’s bank account.
Deposit Status
PENDING: The deposit is awaiting processing.IN_TRANSIT: The deposit has been initiated and is in transit to the bank.PAID: The deposit has arrived in the bank account.FAILED: The deposit failed to be processed.CANCELED: The deposit was canceled before processing.
Deposit Types
AUTOMATED: A scheduled payout initiated by Overflow.MANUAL: A payout initiated manually.IMPORT: An imported historical payout.
Filtering
- Use
startDateandendDateto filter by the deposit’s arrival date. - Use
minimumEstimatedValueInCentsandmaximumEstimatedValueInCentsto filter by net amount (values are in cents). - Use
reconciledto filter by reconciliation status.
All monetary amounts in the response are expressed in cents.
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of deposits to return.
1 <= x <= 100The page number of the deposits to return.
x >= 1Filter deposits created on this date.
"2026-01-15"
Filter deposits whose arrival date is on or after this date.
"2026-01-01"
Filter deposits whose arrival date is on or before this date.
"2026-02-01"
Filter by deposit ids.
Field to sort deposits by. Defaults to arrival date.
Sort direction. Defaults to descending.
ASC, DESC Free-text search across deposit fields.
Filter by reconciliation status.
Filter deposits with net amount greater than or equal to this value, in cents.
Filter deposits with net amount less than or equal to this value, in cents.
Filter by payment method types.
["card", "ach"]Filter by deposit types.