> 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/2023/february-14-2023.md).

# February 14, 2023

## New

* New wallet product to hold business user's funds. Users can load, unload and transfer funds from their wallet as well as use wallet funds to create transactions to external receivers. Flow and integration guidelines can be found [here](/use-cases/business-wallet.md). You will need to be approved for this product by Machnet to be able to access the APIs. All APIs (Business user, Business Representative, Declaration, Receive user) associated with this product have been updated.&#x20;
* Additional hold reasons have been added for [external](/api-references/transaction/create.md#transaction-hold-reasons) and [wallet](/api-references/transaction-wallet/wallet-transfer-object.md#hold-reasons-in-transfer-response) transactions.&#x20;
* New instant account verification using MX has been released. This will also use our existing [bank widget](/api-references/funds/funding-account-widget.md). However, there are additional [OAuth flows](/api-references/funds/funding-account-widget/oauth-integration.md) and [bank verification statuses](/api-references/funds/funding-account-widget/bank-verification-status.md) that need to be considered. Our legacy instant account verification using chatbot will be deprecated soon. This new integration must be enabled for you before you can integrate and test it out. The new test values are also listed [here](/test-values/sandbox-1.md#bank-login-credentials-mx-non-oauth).  Please contact Machnet for additional details.

## Updates

* Updates in business user's basic information. Details can be found in [Business Payments](/use-cases/business-payments.md) and [User Verification](/api-references/user/registration/user-verification.md).
* Added object details for [Get Transaction Limits](/api-references/transaction/get-transaction-limits.md) and [Get Limits API](/api-references/transaction-wallet/get-limits.md)
* Added [funding account widget events ](/api-references/webhooks/events.md#widget-events)
* Fixed errors in [update user](/api-references/user/user-kyc.md), [receive user](/api-references/user/update-a-receive-user.md) and [business representative](/api-references/user/business-representatives/update-business-representatives.md) API docs


---

# 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://paas.docs.machnetinc.com/changelog/2023/february-14-2023.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.
