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

# What is China Payments Plugin?

[China Payments Plugin](https://chinapaymentsplugin.com/) is a payment form plugin for WordPress.

Our plugin's purpose is to integrate with the [Stripe payment gateway](https://stripe.com/) and allow you to take advantage of all the [global payment methods](https://stripe.com/docs/payments/payment-methods) supported by Stripe.

## Payment Methods Currently Supported

We currently support the following payment methods as part of the payment form:

* UnionPay cards
* WeChat Pay
* Alipay

## Planned Integrations

The latest details can be found on the Stripe website, but as of late 2019, the Stripe API supports the payment methods listed below:

* Cards
* Dynamic 3D Secure
* Card present
* Alipay
* ACH Debit
* ACH Credit Transfer
* Bancontact
* EPS
* Giropay
* iDEAL
* Multibanco
* Przelewy24
* SEPA Direct Debit
* SOFORT
* WeChat Pay

We plan to include them all in our payment form plugin eventually.


---

# 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:

```
GET https://docs.chinapaymentsplugin.com/faqs/what-is-china-payments-plugin.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.
