# Update payment method

### Stripe payment gateway

If you checkout using a credit card via Stripe, please log in to the YayCommerce dashboard, and you will see the **Update Payment Method** option below.

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

There, you can add a new card, and save it for future renewal payments.

### PayPal payment gateway

If you've used PayPal balance or Credit/Debit card via PayPal gateway, there's no such Update Payment Method available.

For security reasons, the PayPal integration doesn't allow updating your information within YayCommerce dashboard.

However, you can change your payment details in your own PayPal account. From your PayPal app, go to **Payments** > **Bills** and select **Link a new bank or card**. This allows you to add another card to use in the next subscription renewals.

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

### Switch from PayPal

In case you do not wish to use PayPal anymore, please do the 2 steps:

* [Cancel the current subscription](https://docs.yaycommerce.com/manual/subscriptions/cancel-your-subscriptions) through your PayPal account dashboard.
* Then, **make a new purchase** using your desired payment method.

If this guide is not helpful or simply doesn't reflect your case, please [start a chat and let us know](https://yaycommerce.com/).


---

# 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.yaycommerce.com/manual/your-account/update-payment-method.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.
