# Reseller API

- [Create Transaction](https://docs.malum.co/reseller-api/create-transaction.md): The Reseller API, does not need an account. This API is whitelabel; You will reach out to Malum servers on the backend. Malum will return vanished links and information.
- [Get Payment Options](https://docs.malum.co/reseller-api/get-payment-options.md): Payment options will differ from the ones offered directly on Malum, direct local options are not available due to timed processing.
- [Get Payment Link](https://docs.malum.co/reseller-api/get-payment-link.md): Generate a payment gateway link for an existing reseller transaction. This endpoint returns a redirect URL that sends the customer to the selected payment provider.


---

# 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://docs.malum.co/reseller-api.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.
