cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Issue #3986 Google billing integration

Open kbashpayev opened this issue 4 months ago • 0 comments

Extended GCP billing price calculation with account-specific pricing

  • Added support for retrieving account-specific GCP billing prices when the gcp.billing.account.id property is set.
  • This enables more granular and accurate price calculations based on the some discount for billing account.
  • Prices are now fetched from the following endpoint: https://cloudbilling.googleapis.com/v1beta/billingAccounts/<BILLING_ACCOUNT_ID>/skus/-/price?currencyCode=CURRENCY Note: The API requires the billing.billingAccountSkus.list permission to function correctly.

kbashpayev avatar Jun 11 '25 13:06 kbashpayev