# Testing

Before taking your integration live, use the following information to test it thoroughly. If you need help after reading this, please get in touch with your customer solutions engineer.

## **What should I test as I integrate RentalCover?**

The card number, expiration, CVV, and amount are set correctly in Purchase.

**Staging / Test API URL:** <https://api-staging.rentalcover.com/>

## Testing the payment

You can use the following credit card details for testing the [Purchase endpoint](https://www.covergenius.com/rentalcover-api/#document-9).

**Successful Card (Staging only)**

Cardholder Name: Any name\
Card Number: `4242 4242 4242 4242`\
Expiration Date: Any future date\
CVV: Any CVV

**Successful Card (Staging)**

Cardholder Name: Any name\
Card Number: `4012 8888 8888 1881`\
Expiration Date: Any expiry\
CVV: Any CVV

**Other Cards**

Please check [stripe documentation](https://stripe.com/docs/testing#cards)


---

# 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/testing.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.
