# Payments

- [Payout Accounts](https://docs.violet.io/api-reference/payments/payout-accounts.md)
- [Get Payout Account](https://docs.violet.io/api-reference/payments/payout-accounts/get-payout-account.md)
- [Get all Payout Accounts for a Merchant](https://docs.violet.io/api-reference/payments/payout-accounts/get-payout-accounts.md)
- [Get Payout Account by ID](https://docs.violet.io/api-reference/payments/payout-accounts/get-payout-account-by-id.md)
- [Delete Payout Account](https://docs.violet.io/api-reference/payments/payout-accounts/delete-payout-account-by-id.md)
- [Distributions](https://docs.violet.io/api-reference/payments/distributions.md)
- [Get Distributions](https://docs.violet.io/api-reference/payments/distributions/get-distributions.md)
- [Search Distributions](https://docs.violet.io/api-reference/payments/distributions/search-distributions.md)
- [Transfers](https://docs.violet.io/api-reference/payments/transfers.md)
- [Get Transfer](https://docs.violet.io/api-reference/payments/transfers/get-transfer-by-id.md)
- [Get Transfer by Payment Provider Transfer ID](https://docs.violet.io/api-reference/payments/transfers/get-transfer-by-payment-provider-transfer-id.md)
- [Search Transfers](https://docs.violet.io/api-reference/payments/transfers/search-transfers.md)
- [Get Pending Transfers](https://docs.violet.io/api-reference/payments/transfers/get-pending-transfers.md)
- [Register an External Transfer made External to Violet](https://docs.violet.io/api-reference/payments/transfers/register-external-transfer.md)
- [Transfer Reversals](https://docs.violet.io/api-reference/payments/transfer-reversals.md)
- [Get Transfer Reversal](https://docs.violet.io/api-reference/payments/transfer-reversals/get-transfer-reversal-by-id.md)
- [Get Transfer Reversals by Transfer ID](https://docs.violet.io/api-reference/payments/transfer-reversals/get-transfer-reversals-by-transfer-id.md)
- [Get Transfer Reversal by Payment Provider Transfer ID](https://docs.violet.io/api-reference/payments/transfer-reversals/get-transfer-reversals-by-payment-provider-transfer-id.md)
- [Search Transfer Reversals](https://docs.violet.io/api-reference/payments/transfer-reversals/search-transfer-reversals.md)


---

# 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.violet.io/api-reference/payments.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.
