# 7 - Wallet2IBAN

<mark style="color:green;">`POST`</mark> `https://apigw.elekse.com/api/hoppa/corporate/wallet2iban`

### Headers

<table><thead><tr><th width="211">Content-Type</th><th>Authorization</th></tr></thead><tbody><tr><td>application/json</td><td><pre><code>Bearer ******************
</code></pre></td></tr></tbody></table>

### Body

```json
{
  "SenderAccountId": 1613,
  "ReceiverFullName": "Alıcı Ünvanı",
  "IBAN": "TR370006400000112230******",
  "Amount": 1,
  "Description": "Test"
}
```
