# Payment Providers

Upzelo connects with many different payment providers, below is a list of features available for each one.

The tables below will be updated as new features are added.

## Flow Actions

<table><thead><tr><th width="224">Feature</th><th width="84" data-type="checkbox">Stripe</th><th width="90" data-type="checkbox">Recurly</th><th width="119" data-type="checkbox">Chargebee</th><th data-type="checkbox">Recharge</th><th data-type="checkbox">Woocommerce</th><th data-type="checkbox">QPilot</th><th data-type="checkbox">API</th></tr></thead><tbody><tr><td>Subscription Discounts</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Subscription Pausing</td><td>true</td><td>true</td><td>true</td><td>true</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Plan Changing</td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Deflections</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Trial Extension</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

## Audience Segmentation

<table><thead><tr><th width="221">Attribute</th><th data-type="checkbox">Stripe</th><th data-type="checkbox">Recurly</th><th data-type="checkbox">Chargebee</th><th data-type="checkbox">Recharge</th><th data-type="checkbox">Woocommerce</th><th data-type="checkbox">QPilot</th><th data-type="checkbox">API</th></tr></thead><tbody><tr><td>Subscription Status</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Subscription Plan</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Billing Interval</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Subscription Age</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Customer Location</td><td>true</td><td>false</td><td>false</td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Subscription Metadata</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Active Coupon</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</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://docs.upzelo.com/integrations/payment-providers.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.
