> For the complete documentation index, see [llms.txt](https://developer-tr.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-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/transfer-api/22-payments/3-epin/3-buy.md).

# 3 - Buy

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

### Headers

<table><thead><tr><th>Content-Type</th><th>Authorization</th></tr></thead><tbody><tr><td>application/json</td><td><pre><code>Bearer Bearer !TOKEN!
</code></pre></td></tr></tbody></table>

### Body

```json
{
  "SummaryAmount": 1,
  "AccountId": 231,
  "ProductId": 328,
  "Count": 1
}
```
