Skip to main content
GET
Get deposit limits for a funding source

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Path Parameters

fundingSourceId
string
required

Opaque public funding source ID

Example:

"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.

minimumDepositAmountUsd
string
required

Minimum deposit principal amount before fees

Example:

"10.00"

transactionLimitUsd
string
required

Maximum ACH debit amount per transaction

Example:

"750.00"

dailyLimitUsd
string
required

Maximum daily ACH debit volume. Deprecated: use limitsByPriority.normal.maxAmountUsd for the amount that can be deposited right now.

Example:

"1500.00"

dailyRemainingUsd
string
required

Remaining ACH debit capacity today across all limits. Deprecated: use limitsByPriority.normal.maxAmountUsd.

Example:

"1400.00"

monthlyLimitUsd
string
required

Maximum monthly ACH debit volume. Deprecated: use limitsByPriority.normal.maxAmountUsd for the amount that can be deposited right now.

Example:

"5000.00"

monthlyRemainingUsd
string
required

Remaining ACH debit capacity this month across all limits. Deprecated: use limitsByPriority.normal.maxAmountUsd.

Example:

"4900.00"

unsettledDepositLimit
number
required

Maximum number of unsettled ACH debit deposits allowed

Example:

1

unsettledDepositRemaining
number
required

Remaining unsettled ACH debit deposit capacity

Example:

1

exposure
object
required

Open-exposure standing for this user. Capacity frees up as deposits clear the 60-day dispute window.

limitsByPriority
object
required

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.