# Create beneficiary withdrawal **POST /api/v1/beneficiaries/withdrawals** Creates a withdrawal using only the saved details from an existing confirmed beneficiary. ## Servers - https://api.lumetrade.com: https://api.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ### Body: application/json (object) - **beneficiaryId** (string) Beneficiary id returned by the beneficiary endpoints. - **amount** (number) Withdrawal amount in the beneficiary currency. ## Responses ### 201 Withdrawal created successfully #### Body: application/json (object) - **transactionId** (string) Created withdrawal transaction id. - **status** (string) Created withdrawal status. ### 400 Withdrawal request is invalid #### Body: application/json (object) - **transactionId** (string) Created withdrawal transaction id. - **status** (string) Created withdrawal status. ### 404 Beneficiary was not found for the authenticated user #### Body: application/json (object) - **transactionId** (string) Created withdrawal transaction id. - **status** (string) Created withdrawal status. [Powered by Bump.sh](https://bump.sh)