# Funds

## Overview

In order to be able to send money, the user will have to link a funding source. Currently, we support payment using bank accounts and debit cards. All bank accounts and debit cards need to be added using Machnet's widget in order to remain compliant. However, specific details of the funding account can be obtained through an API. The response can be stored on your end for further operations such as Create Transaction, etc.

Receive users may also have an account associated with them to receive the funds. There are specific endpoints to add receive accounts for a receive user.


---

# 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://paas.docs.machnetinc.com/api-references/funds.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.
