> ## Documentation Index
> Fetch the complete documentation index at: https://docs.9pic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Configuration

> Set up Stripe and Xendit payment gateways and map them to events (Enterprise).

<Warning>
  Payment Configuration is an **Enterprise plan** feature, and only **team admins** (or 9Pic staff) can manage it. On other plans, the sidebar item shows a lock and opens an upgrade prompt.
</Warning>

## Overview

Payment Configuration is where you set up the payment gateways your organisation uses, then map them to events. It powers [9Pic Checkout](/dashboard-guide/checkout/overview): you create a gateway here once, then assign it to individual events.

Open it from **Payment Config** in the dashboard sidebar (or the **Payment Config** card on the dashboard home).

<Frame caption="Payment Configuration">
  <img src="https://assets.9pic.ai/docs/dashboard-guide/payment-config/payment-configuration-overview.webp" alt="Payment Configuration page showing the Payment Gateway Configurations empty state and Event Payment Gateway Status section" />
</Frame>

## Gateway Configurations

The first section lists your gateway configurations and lets you add or edit them.

<Steps>
  <Step title="Create a gateway config">
    Add a **Stripe** or **Xendit** configuration with the credentials for that account.
  </Step>

  <Step title="Edit or update">
    Open any configuration to update its credentials or details.
  </Step>
</Steps>

<Note>
  We give clear, gateway-specific instructions during setup. Keep API keys and secrets safe — treat them like passwords and never share them outside your admin team.
</Note>

## Event Mapping

The second section maps events to a gateway configuration, so each event's checkout routes payments to the right account. This is the organisation-level counterpart to the per-event gateway assignment you do on the [Checkout Configuration](/dashboard-guide/checkout/configuration) tab.

## Who Can Access It

| Requirement      | Detail                              |
| ---------------- | ----------------------------------- |
| **Plan**         | Enterprise only                     |
| **Role**         | Team admin (or 9Pic staff)          |
| **Organisation** | One must be selected in the top bar |

If you're on Enterprise but see an "Access Denied" notice, your account isn't a team admin — ask an admin on your [Team](/dashboard-guide/team) to grant access.

## Next Steps

<CardGroup cols={2}>
  <Card title="9Pic Checkout" icon="cart-shopping" href="/dashboard-guide/checkout/overview">
    Sell photos, videos, and certificates per event.
  </Card>

  <Card title="Checkout Configuration" icon="gear" href="/dashboard-guide/checkout/configuration">
    Assign one of these gateways to an event.
  </Card>
</CardGroup>
