Skip to content

DEVDOCS-6423 - Add new rule for Payments Partners #1001

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions docs/integrations/apps/guide/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Don't reference competitor platforms in the app's listing information or dashboa
* 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.
* To supply the order source, include the `external_source` field in the request body with your [app's ID](/docs/integrations/apps/guide/id) as the value. This is required if you are submitting your app for marketplace approval.

<Callout type="info">We have paused all new externally built payment integrations for our publicly available BigCommerce Marketplace. We are 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>

Expand Down