Request a new withdrawal. On successful request, the withdrawal must be accepted before it is queued for execution. Withdrawals accepted before
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "withdrawal_rail": "ACH",
- "description": "string",
- "source_account_id": "string",
- "purpose": "PERSONAL_ACCOUNT",
- "amount": 0,
- "destination_counterparty_id": "string",
- "memo": "string"
}
{- "data": {
- "id": "string",
- "status": "REQUESTED"
}
}