# Withdraws

This section describes methods for creating withdrawals and obtaining withdrawal information

## API Interaction Scheme

{% @mermaid/diagram content="sequenceDiagram
Merchant ->> Apollopayment: Request fee token
Apollopayment ->> Merchant: Fee token
Merchant ->> Apollopayment: Creating withdrawal
Apollopayment ->> Merchant: Withdrawal body

```
Note over Apollopayment: Processing withdrawal

Apollopayment -->> Merchant: Withdrawal result webhook" %}
```
