Payment Callback
If the code is 00 SUCCESS,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 |
---|---|
code | 00 means success, other failures |
method | channel code |
msg | Description |
name | name |
orderNum | Merchant order number |
payFee | Handling fee |
payMoney | va amount |
platOrderNum | Platform order number |
platSign | If the signatures are consistent, it means that the platform is issued, otherwise it is not |
vaNumber | va number |
#
callback body:code=00&email=merchant%40gmail.com&method=BT&msg=SUCCESS&name=Shop&orderNum=1609292812417&payFee=0&payMoney=20000&platOrderNum=1344097602869792768&platSign=jP8QnxULV4sy%2FFOI2RYHXpgdz9XNvdY7XQsXRk8rf6y0M9sOyLKhI1xiySCKOyi1KL%2Bf9k8EfD55ouo0uHjD6hkUK6L0q8VEQXJ%2B1j6wzDbQHfu4yrO2Oq8vGvxdlFQJPyxCivekXi6VDODSkI5QkBPROeFwZexnII3WhxH09Po%3D&vaNumber=713604000153184
#
response:SUCCESS