> For the complete documentation index, see [llms.txt](https://docs.propw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propw.com/bills-and-payments/what-payment-methods-does-propw-support.md).

# What Payment Methods Does PropW Support?

PropW offers multiple secure and convenient payment options, allowing users worldwide to purchase challenge accounts using their preferred payment method.

Currently, PropW supports the following payment methods:

### 1. USDT (Recommended)

You can purchase any PropW challenge using USDT.

Supported payment methods include:

* CoinW Wallet balance
* USDT deposited into your CoinW Wallet

USDT payments are typically processed quickly and are the recommended payment method.

Please note that you must complete the KYC requirements for the corresponding region before depositing. For more details, please refer to the link below.&#x20;

{% embed url="<https://www.coinw.loan/wallet/deposit>" %}

### 2. Credit & Debit Cards

PropW supports major international credit and debit cards, including:

* Visa
* Mastercard
* JCB
* UnionPay (available in selected regions)

You can purchase challenge accounts directly with your bank card without owning cryptocurrency.

Note: Available card types may vary depending on your country or region.

### 3. PayPal

PayPal is available in selected countries and regions.

If PayPal is supported in your location, it will automatically appear as a payment option during checkout.

## Why Can’t I See Certain Payment Methods?

Available payment methods are automatically displayed based on your country or region, payment provider availability, and local regulatory requirements.

If a payment method is not displayed, it may be due to one of the following reasons:

* The payment method is not available in your region.
* The payment provider is temporarily unavailable.
* Restrictions imposed by your bank or card issuer.
* Local regulatory or compliance requirements.

We recommend trying another available payment method or contacting PropW Support for assistance.

## How Long Does It Take for My Payment to Be Processed?

In most cases, your challenge account will be activated automatically within a few minutes after a successful payment.

If there is a delay caused by network conditions or the payment provider, please allow some additional processing time. If your order is not activated after an extended period, please contact PropW Support and provide your order information for assistance.

Note: PropW does not charge any additional payment processing fees. However, your bank, card issuer, or payment provider may apply foreign transaction fees, currency conversion fees, or other charges. Please refer to your payment provider for details.


---

# 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.propw.com/bills-and-payments/what-payment-methods-does-propw-support.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.
