# Withdraw

Unlike [**deposits**](https://docs.legranpay.io/integration-guide/deposit), sending cryptocurrencies to your users is similar to classic payment methods. The users fill out a form where they provide the address and the amount of the withdrawal. After that the web service creates a transaction and sends a withdrawal request to the payment service provider. When the transaction is confirmed by the payment service provider, the web service reduces the user’s balance on the website.

## Withdrawal using the API

To make a withdrawal, you should use the [**/withdraws/request**](https://docs.legranpay.io/developer-guide/api-endpoints/withdraw) method of our API. You will receive a [**callback**](https://docs.legranpay.io/developer-guide/callbacks/withdraw) once the transaction is complete.

## Withdrawal using the Backoffice

Podrás solicitar retiros desde la sección **Balance**

<figure><img src="https://1202775442-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwzBW1ZQe3Y942ogC4Poa%2Fuploads%2FSdrhPhevXmwsz15bsgYJ%2Fimage.png?alt=media&#x26;token=07e77edd-0dbb-4032-9c23-441281b98711" alt="" width="375"><figcaption><p>Click on withdraw button in the Balance section</p></figcaption></figure>

<figure><img src="https://1202775442-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwzBW1ZQe3Y942ogC4Poa%2Fuploads%2F92Vrt4wVjTxdKwHpBZPl%2Fimage.png?alt=media&#x26;token=333dfac6-a6a6-4bf5-adcc-d42895da27a5" alt="" width="341"><figcaption><p>Request of withdrawal</p></figcaption></figure>
