API update KYC virtual account information

  • This is the API used to update KYC virtual account information.

Sequence Diagram

  • API:

    • Path: v2/col/merchantVirtualAccounts

    • Method: PUT

    • Request: Content-Type: application/json

Request Parameter

ParameterData TypeRequiredDescription

virtualAccountRequestId

String

Y

The ID of seller/business is provided by merchant

accountName

String

N

The name of seller/business is provided by merchant

accountAddress

String

N

The address of account.

(Includes the district, province)

frontIdCard

String

N

The photo of the front of the ID card

backIdCard

String

N

The photo of the back of the ID card

profileImg

String

N

The portrait

businessRegistration

String

N

The file of the business license.

Response Data

ParameterData TypeDescription

code

Number

Error code, refer to table of error codes.

message

String

Error description.

data

Object

neoResponseId

String

The ID of NeoX response

UpdateVirtualAccountResponse

ParameterData TypeDescription

requestId

String

The ID of the request.

virtualAccountRequestId

String

The ID of seller/business is provided by merchant.

Last updated