Skip to main content
Input object No description provided in the schema yet.

Input fields

UUID!
required
A unique client generated UUID to ensure a request is processed only once.
Float!
required
The amount to withdraw.
WithdrawMethods!
required
The withdrawal method to use.
WithdrawSource
The source balance from which to withdraw funds.
UUID
Identifier of the bank account for ACH withdrawals.
UUID
Identifier of the bank card for push-to-card withdrawals. Required when method is BANK_CARD. The card must support OCT transactions.
UUID
Identifier of the PayPal vault for PayPal withdrawals.
UUID
Identifier of the Venmo account for Venmo withdrawals.
UUID
Identifier of the specific cash balance account to withdraw from (required when source is CASH_BALANCE).
Boolean
If true, process the withdrawal immediately (expedited). If false or omitted, the withdrawal is processed on a standard settlement schedule. Expedited withdrawals may incur different fees — use the getWithdrawFeeEstimate query to preview. Currently applicable to BANK_CARD withdrawals.