> For the complete documentation index, see [llms.txt](https://docs.koinbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinbay.com/get-started/buy-crypto-with-card.md).

# Buy Crypto with Card

## Buy Crypto with Card

1. **Select Currency:** Choose the fiat currency you want to use and enter the amount.
2. **Conversion:** The system shows how much crypto you'll get for your fiat amount.
3. **Buy:** Click 'Buy'. Note: Payments are processed through Collaborative Partners on a separate platform.
4. **Payment Process:**
   * You'll be redirected to the payment provider. Verify your email and enter your personal and billing details.
   * Enter card details (Visa, Mastercard, Google Pay accepted).
5. **Confirm Order:** Review and confirm your order within 1 minute. Click 'Refresh' for the latest price.
6. **Bank Verification:** Complete the OTP verification on your bank's page.

{% hint style="info" %}
If a payment is deducted but the transaction fails, the amount will be refunded to your card.
{% endhint %}

***

### **Transaction Limits:**

* Basic Verification (Name, Address, Date of Birth, ID & Face Verification): Up to 50 BTC/weekly.
* Advanced Verification (Photo ID, Selfie, Face Verification): Up to 200 BTC/weekly.
* To increase limits (up to 500 BTC/weekly): Complete Identity and Address Verification, provide a bank statement/utility bill/tenancy contract, and add a short video.


---

# 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.koinbay.com/get-started/buy-crypto-with-card.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.
