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 name | Content |
---|---|
bankCode | 014 Consistent with user request |
description | The description is consistent with the user request |
fee | handling fee |
feeType | 0-deduction of merchant transfer amount 1-deduction of merchant balance |
money | Payment amount |
name | Collection name |
number | Collection number |
orderNum | Merchant order number |
platOrderNum | Platform order number |
platSign | If the signatures are consistent, it means that the platform is issued, otherwise it is not |
status | Status: 2-Success 4-Fail |
statusMsg | Status 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