CustomerError

  • This content outlines a set of errors related to requests involving Customer data.

  • Specific error codes like STATUS_CHANGE_DISALLOWED, ACCOUNT_NOT_SET_UP, CREATION_DENIED_FOR_POLICY_VIOLATION, and CREATION_DENIED_INELIGIBLE_MCC indicate various reasons why customer-related operations might fail.

  • These errors can occur due to reasons such as invalid status changes, incomplete account setup, policy violations, or limitations on manager accounts creating new accounts.

Set of errors that are related to requests dealing with Customer.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

STATUS_CHANGE_DISALLOWED

Customer status is not allowed to be changed from DRAFT and CLOSED. Currency code and at least one of country code and time zone needs to be set when status is changed to ENABLED.

ACCOUNT_NOT_SET_UP

CustomerService cannot get a customer that has not been fully set up.

CREATION_DENIED_FOR_POLICY_VIOLATION

Customer creation is denied for policy violation.

CREATION_DENIED_INELIGIBLE_MCC

Manager account is ineligible to create new accounts.