# Selecting a charge type

When processing transactions with Stripe Connect, you can choose from 3 charge types:

* Destination charges
* Direct charges
* Separate charges and transfers

It is highly recommended you read [this section of the Stripe documentation](https://docs.stripe.com/connect/charges) to help inform which charge type is best suited to your app.

### Video tutorial

{% embed url="<https://www.youtube.com/watch?v=gWEfLWdkUMc>" %}

### Charge type compatibility with plugin actions

The Stripe Connect - Marketplace plugin has 4 actions that can be used to process payments. Not all of these actions are compatible with all charge types - see the table below for a guide.

<table><thead><tr><th>Plugin Action</th><th data-type="checkbox">Destination Charge</th><th data-type="checkbox">Direct Charge</th><th data-type="checkbox">Separate Charge and Transfer</th></tr></thead><tbody><tr><td>Create Checkout Session</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Create Checkout Session (Subscription)</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Create Checkout Session (Multiple Items)</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Create PaymentIntent</td><td>true</td><td>false</td><td>true</td></tr><tr><td>Create Invoice</td><td>true</td><td>false</td><td>true</td></tr></tbody></table>


---

# 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://cranford-tech.gitbook.io/stripe-connect-marketplace/implementing-key-features/splitting-one-off-payments/selecting-a-charge-type.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.
