CVU

Argentina's virtual account identifier for bank transfers. Used for pay-in in Argentina.

CVU (Clave Virtual Uniforme) is the virtual account identifier used in Argentina for instant bank transfers between banks and fintechs. Use it as a destination when sending funds to an Argentine recipient.

Country: Argentina | Currency: ARS | Direction: Pay-in

Required fields

Field
Type
Description

type

string

Must be "CVU"

currency

string

Must be "ARS"

cvu.code

string

22-digit CVU code of the recipient

cvu.customer.firstName

string

Recipient's first name

cvu.customer.lastName

string

Recipient's last name

cvu.customer.email

string

Recipient's email

Example

{
  "type": "CVU",
  "currency": "ARS",
  "cvu": {
    "code": "0000003100010000123456",
    "customer": {
      "firstName": "María",
      "lastName": "González",
      "email": "[email protected]"
    }
  }
}

Valid origins

When CVU is used as destination, the valid origins are:

Node
Description

ACCOUNT

Internal platform account

Schema

The cvu object

Attributes
codestringRequired

CVU or CBU code of the recipient's account.

The cvu object

Last updated