# Payment Settings

{% hint style="warning" %}
Currently, Shop supports the following payment options:

* **Cash on Delivery (COD)**
* **PayPal  wallet**
  {% endhint %}

***

When your Shop is first activated, all payment options are disabled by default.&#x20;

You can enable them as needed.

#### Add a Payment Method

* Click **Add** in the payments section.
* Choose the payment method you wish to enable.

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FWK1FBzUDaSNEBpkHdIVV%2Fimage.png?alt=media&#x26;token=59830b58-6328-432a-b5d8-cce4163b08fe" alt=""><figcaption></figcaption></figure>

click add and choose payment method

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2Flx50BGNimnrnR8G14o6X%2Fimage.png?alt=media&#x26;token=4a9f1ceb-68c7-4bbf-b786-6575f15dbb90" alt=""><figcaption></figcaption></figure>

### Cash on Delivery (COD)

**Activation Steps:**

1. Select **Cash on Delivery**.
2. In the popup, click **Activate**.

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FMQTTIWSFiBjCF8x0q3Jv%2FShop_Shopbasic_payment_cod(active).png?alt=media&#x26;token=faf8e9c6-4e12-49ff-ad2b-1a45a6e35827" alt=""><figcaption></figcaption></figure>

* Once activated:

  * COD will appear as an available payment option during checkout.
  * Customers can place orders without paying upfront.
  * You ship the product; they pay upon receipt.

To disable, click **Deactivate**

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2F57UPY6IvMZjfuTFb60RD%2FShop_Shopbasic_Cod(deavtive-popup).png?alt=media&#x26;token=0f2585fe-f7bb-486d-9ec2-77f7e1fc60d4" alt=""><figcaption></figcaption></figure>

The option will no longer appear.

### PayPal Wallet

**Activation Steps:**

1. Select **PayPal**.
2. Click **Activate**.
3. You will be redirected to PayPal to log in and authorize:
   * Must use a **Business** PayPal account (personal accounts cannot be connected).

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FvjiIH22DVjE1z7AarIfV%2FPayment_paypal_login.png?alt=media&#x26;token=a9577d5c-c19e-4f9d-9188-ebe2ac682c94" alt=""><figcaption></figcaption></figure>

4. After authorization, you’ll return to the Shop backend with a confirmation of successful binding.

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FQoj1vBwG8WjOywTGWELL%2Fpaypal_oauth_successfully.png?alt=media&#x26;token=31e43fc8-927b-42bc-bfe9-fe4856a061ae" alt=""><figcaption></figcaption></figure>

5. You’ll see the PayPal business account listed in the payments section.

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2F8vZhvY6tDhQb6NXSBRmT%2Fshop_Shopbase_paypal(active).png?alt=media&#x26;token=94444bcf-9a6d-4907-99eb-fab1b4f9fe9d" alt=""><figcaption></figcaption></figure>

6. Once active, PayPal appears as an available payment option during checkout.

To deactivate, simply click **Deactivate**, and PayPal will be removed from the customer’s payment options.

Once you’ve completed your payment setup, you can proceed to:

* [**Manage Products**](https://helpdocs.ycloud.com/help-center/shop/products)
* [**Manage Orders**](https://helpdocs.ycloud.com/help-center/shop/orders)


---

# 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://helpdocs.ycloud.com/help-center/shop/payments.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.
