> 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/may-23-2022.md).

# May 23, 2022

## New Features

* New [business payment services](broken://pages/DAW945hokisNvmKTi4pV)&#x20;
* API to [add and update business representative](/api-references/user/business-representatives.md)

## Updated Features

* Added`purpose` (mandatory) and `custom_purpose` fields in [Create Transaction API](/api-references/transaction/create-1.md)
* Added `virtual_documents` and `business` fields in [Get Receive User API](/api-references/user/get-receive-user-list.md) response
* Added `Funding_source_name` to [Get user funding account API ](/api-references/funds/get-user-funding-account.md)response
* Added `physical_document` field in the [Transaction object](/api-references/transaction/create-1.md)
* Added `user_id` in [Add Receive Account API](/api-references/funds/add-a-receive-account.md) response for payout\_method: BANK\_DEPOSIT&#x20;
* Added business user tier/tags related information in [spec sheet API ](/api-references/data-population/spec-sheet.md)
* Added `txn_supported_types` in the [Get Banks API](/api-references/payout/get-banks.md) response to outline the transaction types which can be delivered to the specific bank
* Added new [transaction hold reasons](/api-references/transaction/create-1.md)&#x20;
* Updated `account_type` while adding receive accounts


---

# 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/may-23-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.
