Confirmation Register Account

This service is used by users/merchants to confirm the registration of a new fund transfer account. Use this relative URL for generating a signature :

  • Relative URL : /account/api/register/confirm

And also need to create a signature and use the request header + request body.

Use this path URL:

Path URL

  • /account/api/register/confirm

And also need to create a signature and use the request header + request body.

ParameterTypeM/O/CDescription

virtual_account

Numeric (20)

Mandatory

VA Merchant

beneficiary_account

Numeric (128)

Mandatory

Destination account number

beneficiary_account_name

Alphanumeric (255)

Mandatory

Account name for account number

beneficiary_va_name

Alphanumeric (255)

Mandatory

Name for account

beneficiary_bank_code

Numeric (10)

Mandatory

Bank code

beneficiary_bank_branch

Alphanumeric (255)

Mandatory

Name of branch bank

beneficiary_region_code

Numeric (4)

Mandatory

Code of region bank

beneficiary_country_code

Alphanumeric (2)

Mandatory

Code of country

beneficiary_purpose_code

Numeric (1)

Optional

Code of purpose of using the system disbursement

bank_account_number

Numeric

Mandatory

destination account number

bank_account_name

Alphanumeric

Mandatory

Bank account name

confirm

Numeric

Mandatory

Confirmation code, fill with 2, always 2

ParameterTypeM/O/CDescription

virtual_account

Numeric (20)

Mandatory

Virtual account of merchant

beneficiary_account

Numeric (128)

Mandatory

Benificiary account of new VA under merchant

beneficiary_account_name

Alphanumeric (255)

Mandatory

Account bank name

beneficiary_va_name

Alphanumeric (255)

Mandatory

VA name

beneficiary_bank_code

Numeric (10)

Mandatory

Bank code

beneficiary_bank_name

Alphanumeric

Mandatory

Bank name

beneficiary_bank_branch

Alphanumeric (255)

Mandatory

Branch of bank

beneficiary_region_code

Numeric (4)

Mandatory

Region code

beneficiary_country_code

Alphanumeric (2)

Mandatory

Country Code

beneficiary_purpose_code

Numeric (1)

Optional

Purpose Code

bank_account_number

Numeric

Mandatory

Beneficiary account number

bank_account_name

Alphanumeric

Mandatory

Name of beneficiary account

beneficiary_virtual_account

Numeric (20)

Mandatory

Used for VA number of child / VA under parent which have been registered

status

Numeric

Mandatory

Status confirmation (2 = success)

message

Alphanumeric

Mandatory

Message description

response_code

Alphanumeric (2)

Mandatory

Response code from bank (00 = success)

response_desc

Alphanumeric (32)

Mandatory

Response desc from bank

Last updated