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

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

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"

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.