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

# Payments

- [Online payments overview](https://docs.ecwid.com/guides/payments/online-payments-overview.md)
- [Sample payment app](https://docs.ecwid.com/guides/payments/sample-payment-app.md)
- [Provide additional online payment method](https://docs.ecwid.com/guides/payments/provide-additional-online-payment-method.md)
- [Process online payment requests](https://docs.ecwid.com/guides/payments/process-online-payment-requests.md)
- [Step 1. Decode and parse payment request from Ecwid](https://docs.ecwid.com/guides/payments/process-online-payment-requests/step-1.-decode-and-parse-payment-request-from-ecwid.md)
- [Step 2. Collect essential data for payment processing](https://docs.ecwid.com/guides/payments/process-online-payment-requests/step-2.-collect-essential-data-for-payment-processing.md)
- [Step 3. Initialize the transaction from payment provider](https://docs.ecwid.com/guides/payments/process-online-payment-requests/step-3.-initialize-the-transaction-from-payment-provider.md)
- [Step 4. Place order and return customer back to the store](https://docs.ecwid.com/guides/payments/process-online-payment-requests/step-4.-place-order-and-return-customer-back-to-the-store.md)
- [Customize payments](https://docs.ecwid.com/guides/payments/customize-payments.md)
- [Set up payment fees](https://docs.ecwid.com/guides/payments/customize-payments/set-up-payment-fees.md)
- [Collect tips/donations at the checkout](https://docs.ecwid.com/guides/payments/customize-payments/collect-tips-donations-at-the-checkout.md)
- [Add payment instructions to the checkout](https://docs.ecwid.com/guides/payments/customize-payments/add-payment-instructions-to-the-checkout.md)
- [Show payment icons near your payment method at the checkout](https://docs.ecwid.com/guides/payments/customize-payments/show-payment-icons-near-your-payment-method-at-the-checkout.md)
- [Collect additional information before payment](https://docs.ecwid.com/guides/payments/customize-payments/collect-additional-information-before-payment.md)
- [Limit payments by selected shipping method](https://docs.ecwid.com/guides/payments/customize-payments/limit-payments-by-selected-shipping-method.md)


---

# 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.ecwid.com/guides/payments.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.
