# Purchase Errors

General errors will return a HTTP 400 response with a description of the error. See below for the list of Purchase general errors.

* Booking details not found
* Invalid or expired coupon, please try again or remove coupon
* Payment validation failed, please make sure your credit card details are correct or try another card
* Booking not found

## Purchase Request Failed

The booking details differ from the quoted details, e.g. country of residence, country of destination, etc. and booking cannot be purchased.

```json
{
    "errors": {
        "policyCode": [
            "Policy not found"
        ]
    }
}
```

A policy cannot be purchased after the start date of travel.

```json
{
    "errors": [
        "Policy cannot be purchased or modified after the date of travel"
    ]
}
```


---

# 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://partner-docs.covergenius.com/rentalcover/errors/purchase-errors.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.
