> 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/jan-19-2022.md).

# Jan 19, 2022

## Updated Features

* "user\_scope" field is non-mandatory for individual users during [registration](/api-references/user/registration-1.md).&#x20;
* You can update a user's full SSN using the [Update user API](/api-references/user/user-kyc.md). Even if you provide the full SSN in the request, only the last 4 digits of the SSN is provided in the response.
* [Delete funding account API](/api-references/funds/delete-user-funding-account.md) has been added which allows you to remove a funding account associated with a Send user.&#x20;
* The last 4 digits of a send user's bank account number are now provided in the [Get funding account API](/api-references/funds/get-user-funding-account.md) response.
* "payout\_method" and "fund\_id" field is added to [Post transaction API](/api-references/transaction/create-1.md) and [Get transaction by ID API response](/api-references/transaction/get-transaction-by-id.md).
* The reference number of the payout partner is added to the [Get transaction by ID API response](/api-references/transaction/get-transaction-by-id.md).


---

# 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/jan-19-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.
