# API Methods Overview (Request/Response Structure)

- [Get Merchant Account Information](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-merchant-account-information.md)
- [Create an Invoice](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/create-an-invoice.md)
- [Get Invoice Information](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-invoice-information.md)
- [Get List of Invoices](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-list-of-invoices.md)
- [Get Transaction Information](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-transaction-information.md)
- [Get List of Transactions](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-list-of-transactions.md)
- [Create a Mass Payout](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/create-a-mass-payout.md)
- [Calculate a Mass Payout Cost](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/calculate-a-mass-payout-cost.md)
- [Cancel an Invoice](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/cancel-an-invoice.md)
- [Get Current Conversion Rate](https://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure/get-current-conversion-rate.md)


---

# 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://goodpayments.gitbook.io/docs/api-reference/api-methods-overview-request-response-structure.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.
