> 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/orders/first-purchase.md).

# First purchase

#### Which payment methods do you accept?

We currently accept payments via:

* **Stripe** (credit and debit cards)
* **PayPal** (PayPal balance or linked cards)

Based on your location, you will have different options for transactions on our website.

#### When will I be charged?

You are charged immediately after completing checkout.

For subscription products:

* The first payment is charged right away.
* Future renewals are billed automatically according to the billing cycle.

#### Will I receive an invoice?

Yes.

After successful payment:

* You will receive a confirmation email.
* You can download your invoice from your [account dashboard](https://yaycommerce.com/dashboard/#purchase-history).

#### What currency will I be charged in?

All prices are displayed and charged in USD shown at checkout.\
Your bank may apply currency conversion fees if you are paying from a different currency.

#### Can I change the payment method after purchase?

Yes.

For subscription products, you can update your payment method at any time from your [account dashboard](https://yaycommerce.com/dashboard/#purchase-history) to ensure uninterrupted renewals.


---

# 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/orders/first-purchase.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.
