BillingSetupError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible billing setup errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
CANNOT_USE_EXISTING_AND_NEW_ACCOUNT
|
Cannot specify both an existing payments account and a new payments account when setting up billing. |
CANNOT_REMOVE_STARTED_BILLING_SETUP
|
Cannot cancel an approved billing setup whose start time has passed. |
CANNOT_CHANGE_BILLING_TO_SAME_PAYMENTS_ACCOUNT
|
Cannot perform a Change of Bill-To (CBT) to the same payments account. |
BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_STATUS
|
Billing setups can only be used by customers with ENABLED or DRAFT status. |
INVALID_PAYMENTS_ACCOUNT
|
Billing setups must either include a correctly formatted existing payments account id, or a non-empty new payments account name. |
BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_CATEGORY
|
Only billable and third-party customers can create billing setups. |
INVALID_START_TIME_TYPE
|
Billing setup creations can only use NOW for start time type. |
THIRD_PARTY_ALREADY_HAS_BILLING
|
Billing setups can only be created for a third-party customer if they do not already have a setup. |
BILLING_SETUP_IN_PROGRESS
|
Billing setups cannot be created if there is already a pending billing in progress. |
NO_SIGNUP_PERMISSION
|
Billing setups can only be created by customers who have permission to setup billings. Users can contact a representative for help setting up permissions. |
CHANGE_OF_BILL_TO_IN_PROGRESS
|
Billing setups cannot be created if there is already a future-approved billing. |
PAYMENTS_PROFILE_NOT_FOUND
|
Requested payments profile not found. |
PAYMENTS_ACCOUNT_NOT_FOUND
|
Requested payments account not found. |
PAYMENTS_PROFILE_INELIGIBLE
|
Billing setup creation failed because the payments profile is ineligible. |
PAYMENTS_ACCOUNT_INELIGIBLE
|
Billing setup creation failed because the payments account is ineligible. |
CUSTOMER_NEEDS_INTERNAL_APPROVAL
|
Billing setup creation failed because the payments profile needs internal approval. |
PAYMENTS_PROFILE_NEEDS_SERVICE_AGREEMENT_ACCEPTANCE
|
Billing setup creation failed because the user needs to accept master service agreement on the payments profile. |
PAYMENTS_ACCOUNT_INELIGIBLE_CURRENCY_CODE_MISMATCH
|
Payments account has different currency code than the current customer and hence cannot be used to setup billing. |
FUTURE_START_TIME_PROHIBITED
|
A start time in the future cannot be used because there is currently no active billing setup for this customer. |
TOO_MANY_BILLING_SETUPS_FOR_PAYMENTS_ACCOUNT
|
The payments account has maximum number of billing setups. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["Enum describing possible billing setup errors.\n\n| Enums ||\n|-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `UNSPECIFIED` | Enum unspecified. |\n| `UNKNOWN` | The received error code is not known in this version. |\n| `CANNOT_USE_EXISTING_AND_NEW_ACCOUNT` | Cannot specify both an existing payments account and a new payments account when setting up billing. |\n| `CANNOT_REMOVE_STARTED_BILLING_SETUP` | Cannot cancel an approved billing setup whose start time has passed. |\n| `CANNOT_CHANGE_BILLING_TO_SAME_PAYMENTS_ACCOUNT` | Cannot perform a Change of Bill-To (CBT) to the same payments account. |\n| `BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_STATUS` | Billing setups can only be used by customers with ENABLED or DRAFT status. |\n| `INVALID_PAYMENTS_ACCOUNT` | Billing setups must either include a correctly formatted existing payments account id, or a non-empty new payments account name. |\n| `BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_CATEGORY` | Only billable and third-party customers can create billing setups. |\n| `INVALID_START_TIME_TYPE` | Billing setup creations can only use NOW for start time type. |\n| `THIRD_PARTY_ALREADY_HAS_BILLING` | Billing setups can only be created for a third-party customer if they do not already have a setup. |\n| `BILLING_SETUP_IN_PROGRESS` | Billing setups cannot be created if there is already a pending billing in progress. |\n| `NO_SIGNUP_PERMISSION` | Billing setups can only be created by customers who have permission to setup billings. Users can contact a representative for help setting up permissions. |\n| `CHANGE_OF_BILL_TO_IN_PROGRESS` | Billing setups cannot be created if there is already a future-approved billing. |\n| `PAYMENTS_PROFILE_NOT_FOUND` | Requested payments profile not found. |\n| `PAYMENTS_ACCOUNT_NOT_FOUND` | Requested payments account not found. |\n| `PAYMENTS_PROFILE_INELIGIBLE` | Billing setup creation failed because the payments profile is ineligible. |\n| `PAYMENTS_ACCOUNT_INELIGIBLE` | Billing setup creation failed because the payments account is ineligible. |\n| `CUSTOMER_NEEDS_INTERNAL_APPROVAL` | Billing setup creation failed because the payments profile needs internal approval. |\n| `PAYMENTS_PROFILE_NEEDS_SERVICE_AGREEMENT_ACCEPTANCE` | Billing setup creation failed because the user needs to accept master service agreement on the payments profile. |\n| `PAYMENTS_ACCOUNT_INELIGIBLE_CURRENCY_CODE_MISMATCH` | Payments account has different currency code than the current customer and hence cannot be used to setup billing. |\n| `FUTURE_START_TIME_PROHIBITED` | A start time in the future cannot be used because there is currently no active billing setup for this customer. |\n| `TOO_MANY_BILLING_SETUPS_FOR_PAYMENTS_ACCOUNT` | The payments account has maximum number of billing setups. |"]]