> For the complete documentation index, see [llms.txt](https://docs.moneycollect.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moneycollect.com/docs/payment.md).

# Payment

- [Get started](https://docs.moneycollect.com/docs/payment/get-started.md)
- [Accept a payment](https://docs.moneycollect.com/docs/payment/accept-a-payment.md): Securely accept payments online.
- [Hosted payment page](https://docs.moneycollect.com/docs/payment/accept-a-payment/hosted-payment-page.md)
- [In-page checkout](https://docs.moneycollect.com/docs/payment/accept-a-payment/in-page-checkout.md)
- [iOS](https://docs.moneycollect.com/docs/payment/accept-a-payment/ios.md)
- [Android](https://docs.moneycollect.com/docs/payment/accept-a-payment/android.md)
- [API-Direct](https://docs.moneycollect.com/docs/payment/accept-a-payment/api-direct.md)
- [Save a card during payment](https://docs.moneycollect.com/docs/payment/save-a-card-during-payment.md)
- [iOS](https://docs.moneycollect.com/docs/payment/save-a-card-during-payment/ios.md)
- [Android](https://docs.moneycollect.com/docs/payment/save-a-card-during-payment/android.md)
- [Pre-authorize a payment](https://docs.moneycollect.com/docs/payment/pre-authorize-a-payment.md)
- [3D secure authentication](https://docs.moneycollect.com/docs/payment/3d-secure-authentication.md): Learn about 3Ds authentication to reduce fraud and meet regulatory requirements.
- [iOS](https://docs.moneycollect.com/docs/payment/3d-secure-authentication/ios.md)
- [Android](https://docs.moneycollect.com/docs/payment/3d-secure-authentication/android.md)
- [Tokenization](https://docs.moneycollect.com/docs/payment/tokenization.md)
- [Subscriptions](https://docs.moneycollect.com/docs/payment/subscriptions.md): Set up recurring payments by offering subscriptions to your service
- [Recurring](https://docs.moneycollect.com/docs/payment/subscriptions/recurring.md): Effortlessly collect your recurring payments.
- [Add payment methods](https://docs.moneycollect.com/docs/payment/payment-methods.md): Accepting more payment methods helps your business expand its global reach and improve checkout conversion.
- [Supported APM codes and attributes list](https://docs.moneycollect.com/docs/payment/payment-methods/support.md)
- [APM Integration Guide](https://docs.moneycollect.com/docs/payment/payment-methods/apm-integration-guide.md)
- [After the payment](https://docs.moneycollect.com/docs/payment/after-the-payment.md)
- [Webhook](https://docs.moneycollect.com/docs/payment/after-the-payment/webhook.md): Handle webhook events
- [Refunds](https://docs.moneycollect.com/docs/payment/after-the-payment/refunds.md)
- [Response handling](https://docs.moneycollect.com/docs/payment/after-the-payment/response-handling.md): Learn why some payments fail and what you can do to decrease your decline rate.
- [Disbursement](https://docs.moneycollect.com/docs/payment/disbursement.md)
- [About the APIs](https://docs.moneycollect.com/docs/payment/about-the-apis.md)
- [Currencies](https://docs.moneycollect.com/docs/payment/about-the-apis/currencies.md): Supported currencies
- [Payments](https://docs.moneycollect.com/docs/payment/about-the-apis/payments.md): The Payment Intents API
- [How payments work](https://docs.moneycollect.com/docs/payment/about-the-apis/payments/how-payments-work.md): Learn about the status and lifecycle of Payments


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moneycollect.com/docs/payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
