From 569d9ea9dd96c537ab5126ce73dfb5be5159af99 Mon Sep 17 00:00:00 2001 From: bc-Vince <97260137+bc-Vince@users.noreply.github.com> Date: Thu, 3 Jul 2025 09:02:13 -0500 Subject: [PATCH 1/2] DEVDOCS-6423 - Add new rule for Payments Partners Added an explanation of how to properly mark an order's source with an app. --- docs/integrations/apps/guide/requirements.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/apps/guide/requirements.mdx b/docs/integrations/apps/guide/requirements.mdx index ef7727987..595dd5204 100644 --- a/docs/integrations/apps/guide/requirements.mdx +++ b/docs/integrations/apps/guide/requirements.mdx @@ -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. 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 paymentspod@bigcommerce.com with any questions. From 9d1c39626655fa6c36d55a28fc470dec51dea320 Mon Sep 17 00:00:00 2001 From: bc-Vince <97260137+bc-Vince@users.noreply.github.com> Date: Thu, 3 Jul 2025 09:16:01 -0500 Subject: [PATCH 2/2] Update docs/integrations/apps/guide/requirements.mdx --- docs/integrations/apps/guide/requirements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/apps/guide/requirements.mdx b/docs/integrations/apps/guide/requirements.mdx index 595dd5204..ab288cfbc 100644 --- a/docs/integrations/apps/guide/requirements.mdx +++ b/docs/integrations/apps/guide/requirements.mdx @@ -35,7 +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. + * 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. 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 paymentspod@bigcommerce.com with any questions.