> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/baas-wiki/admin-panel-overview/create-payment.md).

# Create payment

## Send

To send funds to a recipient, you need to fill in all the fields in the section: customer, recipient, source account, destination account, amount, reference, comment. Before confirming the transaction, please check the data in the Summary section.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2Fqk7TqBngeYBfNKVq4WNo%2Fimage.png?alt=media&amp;token=76aa2766-c92b-4ed9-8a42-b25eeb96a5f8" alt=""><figcaption></figcaption></figure>

## Convert

This is an exchange operation to convert funds from one currency to another between different accounts of the same customer. You need to fill in all the fields in the section: customer, source account, destination account, amount, comment. Before confirming the transaction, please check the data in the Summary section.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F0TbhsffAtDd8RZN7TSHR%2Fimage.png?alt=media&amp;token=bae44dcc-bfad-4c81-8127-4da2ec7dbe3f" alt=""><figcaption></figcaption></figure>

## Transfer

This operation is for transferring funds between different customers’ accounts within our system. You need to fill in all the fields in the section: source customer, destination customer, source account, destination account, amount, comment. Before confirming the transaction, please check the data in the Summary section.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FBcBfyVMHgNAUa72khfWr%2Fimage.png?alt=media&amp;token=74f8407c-fdf1-4b71-99e7-18a5f2e8333f" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.delos.financial/baas-wiki/admin-panel-overview/create-payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
