Get deposit limits for a funding source
Returns the authenticated user’s current ACH debit limits and remaining capacity for this funding source.
Authorizations
Cognito JWT token for regular user authentication
Path Parameters
Opaque public funding source ID
"fs_01JV7Q8M4Y8K6N2Z5P3R1T9W0X"
Response
Current ACH debit limits and remaining capacity for the authenticated user on this funding source.
Current ACH debit limits and remaining capacity for the authenticated user on this funding source.
Minimum deposit principal amount before fees
"10.00"
Maximum ACH debit amount per transaction
"750.00"
Maximum daily ACH debit volume. Deprecated: use limitsByPriority.normal.maxAmountUsd for the amount that can be deposited right now.
"1500.00"
Remaining ACH debit capacity today across all limits. Deprecated: use limitsByPriority.normal.maxAmountUsd.
"1400.00"
Maximum monthly ACH debit volume. Deprecated: use limitsByPriority.normal.maxAmountUsd for the amount that can be deposited right now.
"5000.00"
Remaining ACH debit capacity this month across all limits. Deprecated: use limitsByPriority.normal.maxAmountUsd.
"4900.00"
Maximum number of unsettled ACH debit deposits allowed
1
Remaining unsettled ACH debit deposit capacity
1
Open-exposure standing for this user. Capacity frees up as deposits clear the 60-day dispute window.
Deposit availability keyed by the priority value sent on deposit creation. These blocks are computed by the same evaluator that gates deposit creation — an amount within maxAmountUsd will be accepted.