> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/developer/general-info/objects/destination.md).

# Destination

### Occurrence

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a data-mention href="/pages/3qE2lmgNwr7GAHheYHGl">/pages/3qE2lmgNwr7GAHheYHGl</a></td><td><a href="/pages/3qE2lmgNwr7GAHheYHGl">/pages/3qE2lmgNwr7GAHheYHGl</a></td></tr></tbody></table>

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td>string</td><td>Always <code>bank_account</code></td></tr><tr><td>iban</td><td>string</td><td>The IBAN of the bank account receiving the payout</td></tr><tr><td>account_holder</td><td>string</td><td>The name of the holder of the bank account</td></tr></tbody></table>

### Example

```json
{
  "type": "bank_account",
  "iban": "CH36 8914 4576 4981 8798 3",
  "account_holder": "Demo Firma CH"
}
```
