Payment and disbursement callback instructions
payment 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
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 |
disbursement 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
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 |