> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/zuora-integration/configuring-payment-gateways/how-to-configure-zuora-payment-profiles.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.limio.com/integrations/zuora-integration/configuring-payment-gateways/how-to-configure-zuora-payment-profiles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
