diff --git a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md index 090d8ae7f4..3e6b434a61 100644 --- a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -15,6 +15,12 @@ shortTitle: Billing for GitHub Actions --- ## About billing for {% data variables.product.prodname_actions %} +{% ifversion billing-auth-and-capture %} + +{% data reusables.billing.authorization-charge %} + +{% endif %} + {% data reusables.actions.actions-billing %} {% data reusables.actions.actions-spending-limit-brief %} For more information, see "[About spending limits](#about-spending-limits)." diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index bd220d97ad..e6404be915 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -20,6 +20,12 @@ redirect_from: ## About {% data variables.product.prodname_github_codespaces %} pricing +{% ifversion billing-auth-and-capture %} + +{% data reusables.billing.authorization-charge %} + +{% endif %} + {% data reusables.codespaces.codespaces-free-for-personal-intro %} Charges are billed to an organization or enterprise when all of the following are true: diff --git a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md index a7c384ed1e..4a3a621090 100644 --- a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md @@ -16,6 +16,12 @@ shortTitle: About billing --- ## About billing for {% data variables.product.prodname_registry %} +{% ifversion billing-auth-and-capture %} + +{% data reusables.billing.authorization-charge %} + +{% endif %} + {% data reusables.package_registry.packages-billing %} {% data reusables.package_registry.packages-spending-limit-brief %} For more information, see "[About spending limits](#about-spending-limits)." diff --git a/data/features/billing-auth-and-capture.yml b/data/features/billing-auth-and-capture.yml new file mode 100644 index 0000000000..867d39419d --- /dev/null +++ b/data/features/billing-auth-and-capture.yml @@ -0,0 +1,5 @@ +# Reference: #9744. +# Documentation for Auth & Capture +versions: + fpt: '*' + ghec: '*' diff --git a/data/reusables/billing/authorization-charge.md b/data/reusables/billing/authorization-charge.md new file mode 100644 index 0000000000..13ca011012 --- /dev/null +++ b/data/reusables/billing/authorization-charge.md @@ -0,0 +1,5 @@ +{% note %} + +**Note:** {% data variables.product.company_short %} may apply a temporary authorization hold for the value of the metered costs in advance, which will appear as a pending charge in your account's payment method. + +{% endnote %} \ No newline at end of file