From dd2c54a14093ba50b07aedaffc19c762b95be4f2 Mon Sep 17 00:00:00 2001 From: katiehoesley Date: Wed, 8 Jan 2025 10:45:57 -0700 Subject: [PATCH 1/2] updates link in UB overview --- docs/integrations/apps/unified-billing/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/apps/unified-billing/index.mdx b/docs/integrations/apps/unified-billing/index.mdx index f17e9cff2..c77c4ac68 100644 --- a/docs/integrations/apps/unified-billing/index.mdx +++ b/docs/integrations/apps/unified-billing/index.mdx @@ -28,7 +28,7 @@ Collect the following values to use later. | Value | Description | |:--------|:-----------| | Authentication headers | To authenticate API requests, visit the [account center](https://accounts.bigcommerce.com/tokens) and generate a new account-level API account. [Note the X-Auth-Token property](/docs/start/authentication) because you must include it in the request headers. You can't reaccess the credentials from this page, so save them somewhere safe. Use the following list of [OAuth scopes](/docs/integrations/apps/unified-billing#oauth-scopes) to inform the scopes you select for the API account. | -| Partner ID | To retrieve the partner ID, sign in to the [staging partner portal (Impartner)](https://partners.bigcommerce.com/) and go to your account profile. | +| Partner ID | To retrieve the partner ID, sign in to the [partner portal" (Impartner)](https://partners.bigcommerce.com/) and go to your account profile. | | Partner account UUID | To retrieve your partner account UUID, sign in to the [Developer portal](https://devtools.bigcommerce.com/my/apps) and copy the Account UUID from the top nav bar. | | Application ID | Create your app in the staging [developer portal](https://devtools.bigcommerce.com/my/apps) and record your application ID. Make sure to also input your partner information associated with the app, especially the partner ID from the [partner portal (Impartner)](https://partners.bigcommerce.com/). | | Merchant account UUID | To retrieve the merchant account UUID, send a request to the [Get Store Information](/docs/rest-management/store-information#get-store-information) endpoint and record the merchant's account_uuid from the response. | From 4e91aaca6a1b9d5b2b7bb56ccfabc136e09b88fb Mon Sep 17 00:00:00 2001 From: katiehoesley Date: Thu, 16 Jan 2025 09:05:51 -0700 Subject: [PATCH 2/2] adds testing guidance to docs for unified billing --- docs/integrations/apps/unified-billing/index.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/integrations/apps/unified-billing/index.mdx b/docs/integrations/apps/unified-billing/index.mdx index c77c4ac68..ddd368baa 100644 --- a/docs/integrations/apps/unified-billing/index.mdx +++ b/docs/integrations/apps/unified-billing/index.mdx @@ -34,5 +34,14 @@ Collect the following values to use later. | Merchant account UUID | To retrieve the merchant account UUID, send a request to the [Get Store Information](/docs/rest-management/store-information#get-store-information) endpoint and record the merchant's account_uuid from the response. | +### Test Unified Billing with your app: +If your app is already published to production (i.e. visibility status = Public): +* Connect your app to Unified Billing +* Test using $0 checkouts, so that you don’t get charged real money. +If your app is NOT yet published to production (i.e visibility status = Draft): +* Build your app and review the App Marketplace Approval Requirements +* Connect your app to Unified Billing +* Test your draft app with Unified Billing using $0 checkouts or a free trial, so that you don’t get charged real money. +* Submit your app for review and approval!