1.4 Bank Transfer Callback Notification api
Request URL
request method
request params
| parameter name | Is it mandatory | type of data | description |
| eventName | mandatory | string | eventName (transfer.payment.success) |
| mchOrderId | mandatory | string | Merchant Bank Tansfer Account mchOrderId |
| transactionId | mandatory | string | PayCools Transaction ID |
| amount | mandatory | int | Amount |
| transactionStatus | mandatory | string | Transaction Status:PENDING, COMPLETE, FAILED |
| createTime | mandatory | string | Create Time |
| returnTime | mandatory | string | Return Time |
| channelCode | mandatory | string | Used for payment callback - Channel Code |
| paymentAccount | mandatory | string | Used for Bank Tansfer Account |
| remark | optional | string | Remark |
| failedCode | optional | int | Failed Code |
| failedMessage | optional | string | Failed Message |
| sign | mandatory | string | Sign |
callback example
failed response example. code see reference