Webhook
Event data
payoutRequestId
String
Payout/Remitout request id
type
String
Webhook type: Default value "PAYOUT"
status
String
Payout/Remitout request status, Include: PENDING: Payout request is waiting for approval. APPROVED: Payout request was approved. REJECTED: Payout request was rejected.
bankSwiftCode
String
Payout/Remitout bank swift code.
bankAccountNumber
String
Payout/Remitout bank acount number.
bankAccountName
String
Payout/Remitout bank acount name.
amount
Number
Amount of payout/remitout request in VND
currency
Number
(Optional) Remitout request currency
remitedAmount
Number
(Optional) Amount of remitout request in currency
collectionTransactions
Array Object
(Optional) List of Collection transactions envolved to payout/remitout request. Object data:
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```javascript
With the secretKey "SUMTING", the string used to create secureHash will be:
Last updated