Virtual Account Status
Last updated
Was this helpful?
Last updated
Was this helpful?
Event data
type
String
ACCOUNT_STATUS
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: UNAUTHORIZED: KYC/KYB documents for VA were not uploaded. PENDING: KYC/KYB documents for VA were uploaded, waiting to verify. AUTHORIZED: 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
secureHash
String
(Base64)
Use SHA256 to hash the above parameters (sort the key by Alphabet order) + Secret Key (configured on Merchant Portal, in the Collection service menu)
### Sample data
With the secretKey "SOME_secret_123", the string used to create secureHash will be:
Refer to