# Destination

### Occurrence

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a data-mention href="../../guides/webhook/payout">payout</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"
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payrexx.com/developer/general-info/objects/destination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
