> For the complete documentation index, see [llms.txt](https://paas.docs.machnetinc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paas.docs.machnetinc.com/changelog/2022/march-10-2022.md).

# March 10, 2022

## New Features

* Transaction limit feature to support higher limits based on provided KYC information. Information has been added to [Remittance](/use-cases/remittance.md) & [Bill Payment](broken://pages/-MlUC7elFxPc8aa4QfaJ) use case section.
* [Delivery status needs to be updated using API](/api-references/transaction/transaction-delivery.md#update-delivery-status) by clients using their own payout network. Clients using Machnet's API do not need to use this API.&#x20;

## Updated Features

* Additional company details fields added to [user object](/api-references/user/registration-1.md). These fields are not mandatory during registration but may be required for KYC based on your spec sheet.
* Additional new document types in [user object](/api-references/user/registration-1.md).
* [funding\_source nam*e*](/api-references/funds/get-user-funding-account.md) field response has been updated for CARD funding source type.
* Added [transaction hold codes and descriptions](/api-references/transaction/create-1.md) for create transaction API response


---

# 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:

```
GET https://paas.docs.machnetinc.com/changelog/2022/march-10-2022.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.
