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
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
message
String
Error description.
neoResponseId
String
The ID of NeoX response
UpdateVirtualAccountResponse
requestId
String
The ID of the request.
virtualAccountRequestId
String
The ID of seller/business is provided by merchant.
Last updated