# MemberPress

{% hint style="info" %}
Since WeChat Pay and Alipay don't support recurring subscriptions out of the box, it's only possible to sell Memberships that require manual renewals at this point. Members can manually renew by signing up for the Membership again or logging into their accounts and paying for the next period.&#x20;

You should ignore any trial periods, discount periods, etc, and charge your members the full price of one cycle. Alternatively, you can disable WeChat Pay and Alipay for recurring Memberships.
{% endhint %}

{% hint style="info" %}
Make sure you've already followed the [Setup Process](https://docs.chinapaymentsplugin.com/getting-started/setup-process) before proceeding.&#x20;
{% endhint %}

{% hint style="success" %}
To activate WeChat Pay and Alipay for WooCommerce, ensure you have MemberPress installed.
{% endhint %}

To activate WeChat Pay or Alipay, go to MemberPress > Settings > Payments.

Click on the “+” sign, then select either "WeChat Pay via Stripe" or “Alipay via Stripe”. Then click on “Update Options.”

![MemberPress Configuration Settings for WeChat Pay and Alipay](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/66004357396/original/qqIwfBeu9ivwQSnT5mESR_ZVzWTrvM0iBw.gif?1611651869)

{% hint style="info" %}
Update the Description and Message boxes to change what appears on the frontend during the checkout process.&#x20;
{% endhint %}

After you've activated WeChat Pay and Alipay for MemberPress in the MemberPress Payment Settings, the payment methods will appear on the front-end:

![WeChat Pay & Alipay on MemberPress Checkout](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/66004355917/original/NMWb4DFYFdEzo-y_9CZT8k1tKeDapcAiZw.png?1611647503)

For Alipay, customers will be redirected to the Alipay website or Alipay mobile app to complete payment.&#x20;

For WeChat Pay, customers will be redirected to scan a QR code - they should physically scan the QR code with the WeChat Mobile app camera function:

![WeChat Pay for MemberPress QR Code](/files/-MdUDaQZHdUkoDw4gSY0)

Upon payment completion, customers will be redirected to the payment confirmation page, where they can then login to take advantage of their new Membership. &#x20;


---

# 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.chinapaymentsplugin.com/checkout-flows/memberpress.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.
