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

# Settings - Payments

> Connect the payment providers your store accepts and manage their setup.

export const userRoleDefinition = "What a user can see and do. Each user has one built-in system role — Owner, Admin, Manager, or Member — and can also be assigned any number of custom roles you create with specific permissions. Effective access is the combination of all their roles.";

<Frame caption="Settings > Payments">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/settings-payments.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=a61e0bf7dfc56c25325d1fe56bf17a33" alt="Payments settings page" width="1920" height="1080" data-path="images/settings-payments.webp" />
</Frame>

<Info>
  This view can look different dependent on your user role. <br />See [Visibility & Permissions](#visibility-and-permissions) for details.
</Info>

## Primary Purpose

Connect the payment providers your store accepts and manage their setup.

<AccordionGroup>
  <Accordion title="Stripe">
    The standard provider, available to every store. Connect through TWICE's Stripe platform — no separate Stripe account is needed — and enable the card methods you want to accept.

    **Apple Pay and Google Pay** activate automatically when Stripe card payments are enabled — there is no separate toggle. TWICE registers your storefront domains with Stripe for Apple Pay verification in the background. Customers see the wallet button at checkout when their device and browser support it.

    <Note>Apple Pay does not appear in embedded (iframe) checkouts. Google Pay is unaffected.</Note>
  </Accordion>

  <Accordion title="Manual methods">
    Add offline payment methods (for example bank transfer, cash, or pay on pickup) with a label and description, and enable or disable each.
  </Accordion>
</AccordionGroup>

<Note>
  **Stripe** and **manual/offline** methods are available on every plan. Two further providers are enabled for **selected merchants only** and are off by default — **Adyen** (connect your own Adyen account) and **SumUp** (in-person payments on a SumUp Solo terminal). Contact support if you need either.

  **Capture timing** and **security deposits** are configured per checkout and per order, not here — see [Checkouts](/docs/settings/checkouts) and [Security Deposits](/docs/concepts/orders/deposits).
</Note>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature       | Admin | Manager | Member |
    | ------------- | :---: | :-----: | :----: |
    | View settings |   ✓   |    ✓    |    ✗   |
    | Edit settings |   ✓   |    ✗    |    ✗   |
  </Tab>
</Tabs>
