# 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)
- [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.
- [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: 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.moneycollect.com/docs/payment.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.
