You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/store-operations/payments/index.mdx
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The following table lists the payment gateways that are compatible with our publ
82
82
| Stripe |✓|✓|
83
83
| StripeV3 |✓|✓|
84
84
| StripeV4 |✓|✓|
85
-
| Stripe OCS |✓|✓|
85
+
| Stripe OCS (beta)|✓|✓|
86
86
| TD Online Mart |✓|✓|
87
87
| USA ePay ||✓|
88
88
| Vantiv ||✓|
@@ -134,6 +134,10 @@ In addition to the [prerequisites](/docs/store-operations/payments#prerequisites
134
134
135
135
### Using Stripe OCS ACH stored bank accounts
136
136
137
+
<Callouttype="important">
138
+
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?language=en_US#notifications).
139
+
</Callout>
140
+
137
141
In addition to the [prerequisites](/docs/store-operations/payments#prerequisites-for-charging-stored-payment-instruments) above, to use Stripe OCS ACH in payments API, your store needs to:
138
142
139
143
- Enable ACH stored credentials in BigCommerce **Control Panel** > **Settings** > **Payments** > **Stripe**. See image below for reference:
@@ -144,7 +148,6 @@ In addition to the [prerequisites](/docs/store-operations/payments#prerequisites
144
148
145
149
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.
146
150
147
-
148
151
### Charging stored instruments
149
152
150
153
There are three steps to using a stored card or PayPal account to make a payment.
0 commit comments