> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/manual/your-account/update-payment-method.md).

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