Skip to main content

Venezuela CCC Generator

Venezuelan 20-digit bank account code (Código Cuenta Cliente - CCC). QA.

Waiting for generation...

About the Venezuela CCC

The Código Cuenta Cliente (CCC) is a standardized 20-digit bank account identifier mandatory for financial transactions in Venezuela.

This tool generates and validates Venezuelan CCCs, calculating the independent branch and account check digits utilizing the standard Modulo 10.

Anatomy & Structure of Client Account Code (CCC)

The Venezuelan banking CCC consists of 20 numerical digits organized into 4 segments:

PositionFieldLengthMeaning & RuleExample
1 to 4Banking Institution Code4 digitsOfficial bank code assigned by SUDEBAN and BCV0102
5 to 8Branch Office Code4 digitsBranch office routing serial1234
9 & 10Control Digits (CD1 & CD2)2 digitsDual Modulo 10 checksum digits for branch and account56
11 to 20Account Number10 digitsUnique checking or savings account serial0123456789

Venezuelan CCC Validation Algorithm (SUDEBAN Modulo 10)

SUDEBAN verifies dual control digits across the branch and account blocks:

CD = (10 - (Σ ((d[i] × w[i]) % 10) % 10)) % 10
  1. 1. CD1: Multiply first 8 digits by weights [3, 7, 1, 3, 7, 1, 3, 7].
  2. 2. Reduce products modulo 10, compute total sum, and evaluate CD1 = (10 - (Sum % 10)) % 10.
  3. 3. CD2: Multiply the 10 account digits by weights [3, 7, 1, 3, 7, 1, 3, 7, 1, 3].
  4. 4. Evaluate CD2 = (10 - (Sum % 10)) % 10.
  5. 5. Conforms if both calculated control digits match positions 9 and 10.

Frequently Asked Questions