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

# Enabling Payment Methods in Stripe

> Enable the card and bank payment methods your members can use, directly in your Stripe Dashboard.

### Overview

Stripe is the payment processor that fusionCore uses to charge cards and bank accounts. Before members can pay through fusionCore, you choose which payment methods Stripe will accept. You do this in the Stripe Dashboard, not in Salesforce.

A **payment method** is a way to pay: a card, an ACH bank transfer, and so on. Card is enabled by default. You turn the others on yourself.

### Prerequisites

* You have a Stripe account and can log in to the [Stripe Dashboard](https://dashboard.stripe.com).
* Your fusionCore implementation team has connected (or is connecting) this Stripe account to your Salesforce org.

### Enabling Payment Methods

<Steps>
  <Step title="Log in to Stripe">
    Sign in to the [Stripe Dashboard](https://dashboard.stripe.com).
  </Step>

  <Step title="Open payment method settings">
    Go to **Settings → Payments → Payment Methods**.

    <Frame>
      <img src="https://mintcdn.com/fusionspan/PQhCyVfBbt1uWfmh/images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.13-AM.png?fit=max&auto=format&n=PQhCyVfBbt1uWfmh&q=85&s=1552133e1f3e102aa1c9b9e2094c9d7d" alt="Stripe Settings menu" width="260" height="126" data-path="images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.13-AM.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/fusionspan/PQhCyVfBbt1uWfmh/images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.32-AM.png?fit=max&auto=format&n=PQhCyVfBbt1uWfmh&q=85&s=564e8605448b931548b5ce69ce1b1c4d" alt="Stripe Payments settings" width="1309" height="332" data-path="images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.32-AM.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/fusionspan/PQhCyVfBbt1uWfmh/images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.49-AM.png?fit=max&auto=format&n=PQhCyVfBbt1uWfmh&q=85&s=06d32823f511232ef7b583fdebd7007f" alt="Stripe Payment Methods page" width="1416" height="617" data-path="images/end-user-guides/5164204034/Screenshot_2026-03-12_at_10.30.49-AM.png" />
    </Frame>
  </Step>

  <Step title="Open the Default method set">
    Click **Default**.
  </Step>

  <Step title="Enable the methods you want">
    Under **Default**, enable each payment method you want to accept.

    <Frame caption="Default payment methods in Stripe">
      <img src="https://mintcdn.com/fusionspan/PQhCyVfBbt1uWfmh/images/end-user-guides/5164204034/image-20260312-153242.png?fit=max&auto=format&n=PQhCyVfBbt1uWfmh&q=85&s=b0893450b720ab1c2087a94fef17a5ab" alt="Default payment methods enabled in Stripe" width="1377" height="704" data-path="images/end-user-guides/5164204034/image-20260312-153242.png" />
    </Frame>
  </Step>
</Steps>

### Which Methods fusionCore Supports

fusionCore charges payments through Stripe in two ways, and the supported methods differ:

* **Connected-account setup** (the default, where fusionCore connects your Stripe account through the fusionCore platform account): only **Card** and **ACH** bank transfers are supported.
* **Stripe Direct setup** (where your org uses its own standalone Stripe account): **Card**, **ACH**, **Alipay**, and **WeChat Pay** are supported.

If you are not sure which setup you have, ask your fusionCore implementation team.

<Info>
  Enabling a method in Stripe is only the first step. fusionCore also needs a matching **Payment Type** record on your Payment Provider Account in Salesforce for that method to work. Your implementation team configures these once your Stripe methods are set.
</Info>

### Limitations and Common Pitfalls

* **Alipay and WeChat Pay require the Stripe Direct setup.** On a connected-account setup, fusionCore blocks these methods. If you try to add a Payment Type for Alipay or WeChat Pay, Salesforce rejects it with "This payment method is not available with current Stripe setup." Enabling them in Stripe alone will not make them usable in fusionCore.
* **Enabling a method in Stripe does not enable it in fusionCore.** Each method must also have a matching Payment Type record on the Payment Provider Account in Salesforce. Enabling extra methods in Stripe that fusionCore does not support has no effect in fusionCore and is not recommended.
* **Card is on by default; ACH is not.** You must enable ACH manually if you want to accept bank transfers.

<Note>
  Stripe's available payment methods and supported countries change over time. Check [stripe.com/global](https://stripe.com/global) for the current list.
</Note>
