# Configure Stripe Payment Settings

Limio allows you to customise the appearance and behaviour of the Stripe Payment Element that is rendered in your checkout and self-service forms.

## Accessing Stripe Settings

1. Go to `https://<tenant>.limio.com/developer/settings`
2. In the left-hand sidebar under **General Settings**, click **Stripe**

## Configuration Options

### Stripe Payment Element Configuration

| Setting                      | Description                                                              | Options                                       |
| ---------------------------- | ------------------------------------------------------------------------ | --------------------------------------------- |
| **Accepted Payment Methods** | The payment methods available to customers in the Stripe Payment Element | Card, ACH, and other Stripe-supported methods |
| **Layout Style**             | How the payment methods are displayed in the form                        | `Accordion` (default), `Tabs`                 |
| **Theme**                    | The visual theme of the Stripe Payment Element                           | `Stripe` (default), `Night`, `Flat`           |
| **Primary Color**            | The accent colour used in the Payment Element                            | Any hex colour value                          |

### Zuora Billing Configuration

If you are using the [Limio Stripe Payments Integration](https://docs.limio.com/integrations/zuora-integration/configuring-payment-gateways/limio-stripe-payments-integration) with Zuora (Stripe tokenization with Zuora billing), you can also configure:

* **Stripe Payment Page Configuration** — Set up a Publishable Key and Zuora Payment Gateway ID for Stripe-to-Zuora token passing

{% hint style="warning" %}
The Zuora Configuration section is only relevant if you are using Stripe with Zuora. If you are using Stripe Billing (Stripe Connect), you do not need to configure anything in this section.
{% endhint %}

## Saving Changes

After making your changes, click **Save** at the top of the page. Changes to your Stripe Payment Element configuration take effect immediately on your shop and self-service pages.

## Next Steps

* [Stripe Connect Integration](https://github.com/innovate42/innovate42-service-template/blob/docs/docs/_external/spaces/integrations/stripe-billing/getting-started/stripe-connect-integration.md) — Link your Stripe account
* [How Checkout Works with Stripe](https://github.com/innovate42/innovate42-service-template/blob/docs/docs/_external/spaces/integrations/stripe-billing/manage-payments/how-checkout-works-with-stripe.md) — Understand the payment flow
