Skip to main content

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 nameContent
code00 means success, other failures
emailEmail
methodchannel code
msgDescription
namename
orderNumMerchant order number
payFeeHandling fee
payMoneyva amount
platOrderNumPlatform order number
platSignIf the signatures are consistent, it means that the platform is issued, otherwise it is not
vaNumberva 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