1.3 Virtual Account callback notification api
Description
Request URL
Request method
Request params
| parameter name | Is it mandatory | type of data | length | description |
| aggregateOrderId | mandatory | string | 100 | Merchant Order Id |
| transactionId | mandatory | string | 50 | PayCools Transaction ID |
| channelCode | mandatory | string | 100 | Used for payment callback - Channel Code |
| referenceNumber | mandatory | string | 50 | Used for VA - Payment reference code |
| amount | mandatory | int | - | Amount |
| transactionStatus | mandatory | string | 50 | Transaction Status:PENDING,COMPLETE,FAILED |
| eventName | mandatory | string | 50 | Event Name(payment.success) |
| sign | mandatory | string | text | Sign |
| createTime | mandatory | string | - | Create Time |
| returnTime | mandatory | string | - | Return Time |
| remark | optional | string | 255 | Remark |
Callback example
Response example