Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.mdx #808

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion docs/integrations/apps/guide/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ Don't reference competitor platforms in the app's listing information or dashboa
* Apps must use V3 endpoints in favor of V2 endpoints when feature parity exists.
* Apps must serve all callback URLs over HTTPS.
* Apps in the App Marketplace must be [multi-user enabled](/docs/integrations/apps/guide/users).
* Apps that process transactions or handle credit card data must pass a PCI Compliance review by BigCommerce's security team. New payment gateway app submissions may not be accepted for App Marketplace review.
* Apps that process transactions or handle credit card data must pass a PCI Compliance review by BigCommerce's security team and provide both a PCI-DSS Attestation of Compliance and a data flow diagram. New payment gateway app submissions are not currently being accepted for App Marketplace review without pre-approval.
* Apps that access the Checkout Content scope will also be subject to a security assessment by BigCommerce's security team.
* Apps that modify the checkout experience must use the BigCommerce [Checkout SDK](/docs/storefront/cart-checkout/checkout-sdk).
* Apps that add another marketplace or sales channel to a store should make use of the [Channels Toolkit](/docs/integrations/channels/guide) and follow [Channel App Requirements](/docs/integrations/channels/guide/requirements).
* Apps that create orders in the BigCommerce store need to properly mark accurate order source, payment method, and other order details.

<Callout type="info">We have paused all new externally built payment integrations for our publicly available BigCommerce Marketplace. We are in the process of updating our available APIs to create a more robust experience and hope to re-open this program in the near future. Please reach out to [email protected] with any questions.</Callout>

## Installation

* Apps should be [single-click](/docs/integrations/apps/guide/types#single-click) and use [OAuth flow](/docs/integrations/apps/guide/auth) to authenticate.
Expand Down