> 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/transfer/transaction/payment.md).

# Payment

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>brand</td><td>string</td><td>The used payment method</td></tr></tbody></table>

### Example

```json
{
  "brand": "visa"
}
```
