Skip to main content
Input object One deposit for a DEPOSIT_CASH_BALANCE bulk operation. The funding source must belong to the target user: exactly one of bankCardId or bankAccountId.

Input fields

String!
required
The externalReferenceId of the target user to deposit to. The set of deposit targets is derived from these items; each target may appear at most once.
Float!
required
The amount to deposit (must be positive, at most 2 decimal places).
UUID
The target user’s bank card to fund the deposit. Provide this or bankAccountId, not both.
UUID
The target user’s bank account to fund the deposit. Provide this or bankCardId, not both.
UUID
The target user’s spend account to deposit into. Required when the user’s grant permits multiple spend accounts; defaults to the single permitted account or the user’s default.
String
An optional memo recorded on this deposit.