API get detail virtual account
Purpose: This is the API used to get detail of virtual account by The ID of seller/business is provided by merchant.
API:
Path: v2/col/virtual-accounts/:virtualAccountRequestId
Method: GET
Request: Content-Type: application/json
Request Parameter
virtualAccountRequestId
String
Y
The ID of seller/business is provided by merchant.
Response Data
code
Number
message
String
Error description.
data
Object
neoResponseId
String
The ID of NeoX response.
GetDetailVirtualAccountResponse
merchantCode
String
Merchant Code
requestId
String
The requestId when creating virtual account.
virtualAccountRequestId
String
The ID of seller/business is provided by merchant.
bankAccountNumber
String
Virtual Account number.
accountName
String
Virtual Account name.
accountAddress
String
Virtual Account address.
bankId
String
The bank swiftcode of virtual account.
bankName
String
The bank name of virtual account.
qrText
String
Napas QR Code plain data for virtual account.
status
String
Virtual account active status, include: ACTIVE: Virtual account has been actived and can be used. INACTIVE: Virtual account has been inactived and can not be used.
authorizeStatus
String
Virtual account authorize status, Include: PENDING_KYC: KYC/KYB documents for VA were not uploaded. VERIFYING: KYC/KYB documents for VA were uploaded, waiting to verify. APPROVED: KYC/KYB documents for VA have been approved. REJECT: KYC/KYB documents for VA have been rejected
serviceInfomation
Object
note
String
Note for current virtual account.
createdAt
Datetime String (ISO 8601)
Record created time
updatedAt
Datetime String (ISO 8601)
Record last updated time
Last updated
Was this helpful?