Bank Transfer - Custom VA Number

A virtual account number contains two parts. for example, in {91012}{12435678} , the first part is the company code and the second part is a unique code. The second part can be customized for BCA VA, Permata VA, BNI VA, and BRI VA payment types.


  • Only digits are allowed.

  • Different banks have different specs on their custom VA numbers. Please see the documentation on the respective banks.

  • If the number provided is already utilized for another order, then a different unique number will be used instead.

  • If the number provided is longer than required, then the unnecessary digits in the end will be trimmed.

  • If the number provided is shorter than required, then the number will be prefixed with zeros.


{
  "bca_va": {
    "va_number": "55555555555"
  }
}
{
  "permata_va": {
    "va_number": "1234567890"
  }
}
{
  "bni_va": {
    "va_number": "12345678"
  }
}
{
  "bri_va": {
    "va_number": "1234567863214"
  }
}