diff --git a/assets/images/stripe-ocs-ach.png b/assets/images/stripe-ocs-ach.png
new file mode 100644
index 000000000..156eb7ad7
Binary files /dev/null and b/assets/images/stripe-ocs-ach.png differ
diff --git a/docs/store-operations/payments/index.mdx b/docs/store-operations/payments/index.mdx
index 7860f4890..68b65e813 100644
--- a/docs/store-operations/payments/index.mdx
+++ b/docs/store-operations/payments/index.mdx
@@ -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 | | ✓ |
@@ -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
+
+
+ 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.
+
+
+
+ - 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.
+
+
+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:
+
+
+
+- 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.