# Payment Process

We support multiple payment integration methods to accommodate different regulatory requirements and partner preferences. The payment method you use depends on your market, regulatory environment, and business model.

### Single Payment

Most of our partners operate their own shopping cart, checkout, and payment collection processes. From a customer experience perspective, a single itemized purchase transaction is preferable (for example a travel booking along with the insurance policy).

**This is the recommended approach** as it offers:

* Simplified customer experience (one transaction)
* Higher payment approval rates
* Reduced payment processing complexity
* Lower transaction fees

Please refer to the **Single Payment** section below for more information.

### Dual Payment

In rare circumstances, Partners and us may agree to operate a dual payment integration approach. This results in two transactions against the same payment method of the user in quick succession:

* The merchant of record for the product/service remains the Partner
* The merchant of record for Insurance remains XCover (Cover Genius)

If this is your preferred integration method, please speak to your Partnerships manager or Client Solutions Engineer.

Please refer to the **Dual Payment** section below for details on implementing this workflow.

### Split Payment

In some circumstances, Partners may choose to integrate split payments (by using an approved payment provider) to split the transaction after payment collection:

* One payment from the customer
* Two merchants (Partner and XCover)
* Two settlements (Partner and XCover)

If this is your preferred integration method, please speak to your Partnerships manager or Client Solutions Engineer.


---

# 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/offers/guides/payment-process.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.
