> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/for-driver/payment/set-up-your-payment-method.md).

# Set up your payment method

### **Adding a Payment Method**

**Ready to book?** To ensure a smooth booking process, setting up your payment method in advance is key:

* **Access payment settings:** Go to your Account Settings and select Payment.
* **Prompted at Booking:** If you haven't added a payment method prior to making a booking request, our system will guide you to do so.

**Accepted Payment Types**

FlynCar accepts both credit cards and debit cards for your convenience.

### **Policy on Direct Cash Payments**

* **No cash transactions:** For the safety and security of all transactions, we strictly prohibit cash payments for rentals. All payments should be processed through FlynCar for your protection and to maintain a secure transaction environment.
* **Online payment security:** This system safeguards you against risks associated with other payment methods. If you're unable to pay online, unfortunately, you won't be able to proceed with renting a car.
* **Credit card issues:** Renters without a credit card or those whose cards are declined by our payment provider are not eligible to rent your vehicle. Declines can occur for various reasons, including maximum payment limits or anti-fraud filters.


---

# 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://help.flyandcar.com/for-driver/payment/set-up-your-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.
