Fetch a Deposit Sweep
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Response
ID of the Account associated with the Deposit Sweep object
ID of the bank for the deposit sweep account
Unique identifier for object
Name of the deposit sweep network associated with the object
Identifier used with the network for the deposit sweep account
Boolean identifying whether the account is currently opted in to the Enhanced FDIC insurance program
Current sweep balance reported to the deposit sweep network, with two decimal precision. This will be null when the account has not been reported to the network.
Threshold balance over which funds should be reported to the deposit sweep network, with two decimal precision. Example: If the current_balance
of an account was $20 and the threshold_balance
was $15, a sweep balance of $5 would be reported to the network.
Was this page helpful?