> For the complete documentation index, see [llms.txt](https://developer-eng.hoppacuzdan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-eng.hoppacuzdan.com/hoppa-developer-environment/institutional-api/25-integration/2-corporate/6-wallet2wallet.md).

# 6 - Wallet2Wallet

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

### Headers

<table><thead><tr><th width="225">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": 231,
  "ReceiverAccountId": 230,
  "Amount": 10,
  "Description": "Optional Description"
}
```
