# Accounts

An Organisation will have one or more PAY accounts where Payments to users can be made from.&#x20;

Every Account has a transaction currency. Users will be paid in that transaction currency if initiated from that Account.

By default, a DZAR (Digital Rands) Account is created.

### Float

Before payments can be made to any users, the Organisation will be required to top up their Account with funds.

**For Production Accounts:** topup of Accounts can be done in several ways. Please contact [Support](https://6dot50.gitbook.io/6dot50-apis/support) or your Account Manager for more information.

**For Test Accounts:** please contact [Support](https://6dot50.gitbook.io/6dot50-apis/support-1) to request dummy funds to be loaded onto your account for testing purposes.


---

# 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/accounts.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.
