Create Withdrawal Intent
POST/api/funding-sources/:fundingSourceId/withdraw
Create a Withdrawal Intent for a given Funding Source.
For more information on Withdrawal Intents see the Card Funding guide
Request
Responses
- 200
- 403
Successful operation
FORBIDDEN Insufficient permissions to perform the action.
INSUFFICIENT_BALANCE Withdrawal amount exceeds funding source balance.
TOO_MANY_PENDING_WITHDRAWALS Maximum amount of intents exceeded (10).
FUNDING_STRATEGY_NOT_SUPPORTED Funding strategy is not supported.