Skip to main content

Disbursement Callback

If the code is 2 SUCCESS or 4 Fail, the system will send callback.
The data on the callback will be sent using form-data format via POST data to your web hook provided by Merchant during request create order.
Upon receiving the callback notification, please reply with "SUCCESS" string, or else Paylabs will send notification several times (total 6 times). The notifications period is 1s, 30s, 30s, 3600s, 3600s, 3600s.

Field nameContent
bankCode014 Consistent with user request
descriptionThe description is consistent with the user request
feehandling fee
feeType0-deduction of merchant transfer amount 1-deduction of merchant balance
moneyPayment amount
nameCollection name
numberCollection number
orderNumMerchant order number
platOrderNumPlatform order number
platSignIf the signatures are consistent, it means that the platform is issued, otherwise it is not
statusStatus: 2-Success 4-Fail
statusMsgStatus description

callback body:#

bankCode=014&description=xxx&fee=7000&feeType=1&money=200000&name=xxx&number=123123xxx&orderNum=xxx60929244xxx&platOrderNum=xxx20123008405xxx&platSign=WIZmQefFCxrpI4RTXzQOCjT9N9Qw23%2FmukD%2FLrdLdx%2FPs7GrTiNx5bF1fQdoaNWouMprX5CMjwDL8C2MqTyBGTM9zrSUcQb6bCsKbfY6o2URJp0CWKG6B%2F%2ZY%2FZ7kDSgl0B88zyRI3auR4o1el4otkh0dWgxwTmOBZYk%3D&status=2&statusMsg=SUCCESS

response:#

SUCCESS