# Configure Zuora Payment Profiles

Zuora Payment Profiles enables payment flexibility for subscribers by allowing payment methods to be associated with specific subscriptions.

[Zuora Payment Profiles Documentation](https://knowledgecenter.zuora.com/Zuora_Payments/Process_payments/Manage_payment_processing/GB_Payment_Profiles)

### Pre-requisite

* Activate the feature in Zuora. This requires to contact Zuora's Support.
  * Once activated, you will see the following fields on Subscriptions.

    <figure><img src="/files/adfbKqtn2Ov6DIPSBlKc" alt=""><figcaption></figcaption></figure>
* To ensure the integration functions properly, you must have performed a [Sync Between Limio and Zuora Catalogs](/integrations/keeping-zuora-and-limio-in-sync/sync-between-limio-catalog-and-zuora-catalog.md) in Limio.
* This is available from [Release 109](https://docs.limio.com/release-notes/limio-commerce-release-notes/readme/limio-release-notes-release-109)

### How to Enable Zuora Payment Profiles in Limio

* In the Limio App, click your **profile avatar** (top‑right) and choose **Settings**.
* In **General Settings**, open **Zuora**.
* Scroll to **Zuora Orders Settings** → **Processing Options**
* Check **Enable Zuora Payment Profiles**.
* Click **Save** (top‑right).

### How it Works in Limio

**When processing New and Change Payment order types, Limio will:**

* Create or update the corresponding Zuora Payment Profiles using the payment method ID and payment gateway ID supplied on the order.

**Default Payment Method behaviour**

* First order on a Zuora account: Limio sets the default payment method in Zuora to the payment method included on the order.
* Subsequent New/Change orders: Limio does not update the Zuora account’s default payment method. Instead, payment is managed per subscription via Payment Profiles.


---

# 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.limio.com/integrations/zuora-integration/configuring-payment-gateways/how-to-configure-zuora-payment-profiles.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.
