# Page Not Found

The URL `reference/collect-money/payment-status` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Get Payout Status](https://tembo.gitbook.io/tembo/momo-collection-and-payout-api/api-reference/payout/get-payout-status.md)
- [Get Account Statement](https://tembo.gitbook.io/tembo/merchant-accounts-api/api-reference/get-account-statement.md)
- [Get Wallet Statement](https://tembo.gitbook.io/tembo/wallet-management-api/api-reference/get-wallet-statement.md)
- [Wallet to Wallet Transfer](https://tembo.gitbook.io/tembo/wallet-management-api/api-reference/wallet-to-wallet-transfer.md)
- [Get Collection Transaction Status](https://tembo.gitbook.io/tembo/momo-collection-and-payout-api/api-reference/momo-collection/get-collection-transaction-status.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://tembo.gitbook.io/tembo/momo-collection-and-payout-api/api-reference/payout/get-payout-status.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.

### Option 2 — Browse the documentation index

Full index: https://tembo.gitbook.io/tembo/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://tembo.gitbook.io/tembo/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/tembo/momo-collection-and-payout-api/api-reference/payout/get-payout-status.md`).

You may also use `Accept: text/markdown` header for content negotiation.
