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

Unified billing testing #757

Merged
merged 3 commits into from
Jan 16, 2025
Merged
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
9 changes: 9 additions & 0 deletions docs/integrations/apps/unified-billing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Loading