# Members

A Member is seen as a user who has registered with 6DOT50.

When creating a Payment to a user; if the user is a Member with 6DOT50, then their Payment will be immediate (as soon as the batch with the Payment is submitted).&#x20;

Payments made to non-Members will be placed within a holding account until the user registers with 6DOT50. As soon as the user's registration is successful (i.e. they become a Member), then the Payment will be immediately transferred to the Member.


---

# 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://6dot50.gitbook.io/6dot50-apis/pay-api/members.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.
