> 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/1.-invoice/3-invoicepay.md).

# 3 - InvoicePay

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

### Headers

<table><thead><tr><th width="341">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
{
  "AccountId": 231,
  "InvoiceNoList": [
    {
      "InvoiceId": 298,
      "InvoiceNo": "84582483",
      "InvoiceAmount": 49.25
    }
  ]
}
```
