Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/stripe-ocs-ach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/store-operations/payments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ The following table lists the payment gateways that are compatible with our publ
| Stripe | ✓ | ✓ |
| StripeV3 | ✓ | ✓ |
| StripeV4 | ✓ | ✓ |
| Stripe OCS (beta) | ✓ | ✓ |
| TD Online Mart | ✓ | ✓ |
| USA ePay | | ✓ |
| Vantiv | | ✓ |
Expand Down Expand Up @@ -131,6 +132,32 @@ In addition to the [prerequisites](/docs/store-operations/payments#prerequisites
* Have stored ACH accounts enabled.
* Have this method enabled in the API. (contact support)

### Using Stripe OCS ACH stored bank accounts

<Callout type='info'>
Stripe OCS ACH is currently in beta. Please read the following [Knowledge Base(KB) article](https://support.bigcommerce.com/s/article/Connecting-with-Stripe-OCS)
for more beta details.
</Callout>

<Callout type='warning'>
- If your store uses custom checkout, and you installed the SDK via `npm` you must update to the latest version of
the [Checkout SDK](https://github.com/bigcommerce/checkout-sdk-js?tab=readme-ov-file#installation).
- If you installed via the loader script refer our [documentation](/docs/storefront/cart-checkout/checkout-sdk) to make sure you are using the latest version.
</Callout>

Stripe OCS supports both Optimized One Page Checkout (OOPC) and custom checkouts that use the [Checkout SDK](/docs/storefront/cart-checkout/checkout-sdk).

In addition to the [prerequisites](/docs/store-operations/payments#prerequisites-for-charging-stored-payment-instruments) above, to use Stripe OCS ACH in the payments API, your store needs to:

- Enable ACH stored credentials in BigCommerce **Control Panel** > **Settings** > **Payments** > **Stripe**. See image below for reference:

![enable-stripe-ocs-ach](/assets/images/stripe-ocs-ach.png)

- Activate ACH as a payment method on your Stripe Dashboard.

Once the ACH checkbox is enabled and ACH is activated as a payment method on Stripe Dashboard, shoppers will be able to store their bank account details from both the "My Account" page and checkout page.


### Charging stored instruments

There are three steps to using a stored card or PayPal account to make a payment.
Expand Down