# Legacy Version

### 1. Credit Card Direct Payments App (Recommended)

Allows customers to enter their payment information directly on your checkout page, facilitating the transaction. This method provides a seamless user experience and helps to enhance conversion rates.

<figure><img src="/files/Xc59c2tA2DYGI3Obg72Z" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/QBx0bruK5kHQlHoD5cLG" %}
[Credit Card Direct Payments App](/docs/developer-tools/plugins/shopify/legacy-version/credit-card-direct-payments-app.md)
{% endcontent-ref %}

### **2. Credit Card Redirected Payments App**

Customers are redirected to a new page to input their credit or debit card details for payment. While secure and reliable, the additional redirection steps may slightly lower conversion rates.

<figure><img src="/files/IdDyPd7Qogq5xmjQSJVa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pXSTBxHXi4rZm6PdLywP" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/xLLrorvBE2Tc3ScBglFz" %}
[Credit Card Redirected Payments App](/docs/developer-tools/plugins/shopify/legacy-version/credit-card-redirected-payments-app.md)
{% endcontent-ref %}

### 3. **Alternative Payment Methods App**

Similar to credit/debit card payments, customers are redirected to a new page where they can choose from various local payment methods to complete the transaction. This option is ideal for catering to customers in different regions, offering diverse local payment choices.

<figure><img src="/files/og8Ub4Y8k8ZtRnEvoA12" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xWHnrY8A4sieNaGJCibH" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/6qtvaBbfuZZNDYnuxtcU" %}
[Alternative Payment Methods App](/docs/developer-tools/plugins/shopify/legacy-version/alternative-payment-methods-app.md)
{% endcontent-ref %}


---

# 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/developer-tools/plugins/shopify/legacy-version.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.
